From 4e6abf67b5762198c2e19830a309ae628fe034ff Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Mon, 6 Aug 2018 18:31:20 +0300 Subject: [PATCH] Fix typo in new_packages --- docs/new_packages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/new_packages.md b/docs/new_packages.md index 438e878eb..940bd89fd 100644 --- a/docs/new_packages.md +++ b/docs/new_packages.md @@ -68,12 +68,12 @@ The tarball may be in any of the formats supported by Python's #### `source/md5` The MD5 checksum of the tarball. It is recommended to use SHA256 instead of MD5. -At most one checksum entry sould be provided per package. +At most one checksum entry should be provided per package. #### `source/sha256` The SHA256 checksum of the tarball. It is recommended to use SHA256 instead of MD5. -At most one checksum entry sould be provided per package. +At most one checksum entry should be provided per package. #### `source/patches`