diff --git a/lib/pure/hashes.nim b/lib/pure/hashes.nim index ea8469ca0b..be73157453 100644 --- a/lib/pure/hashes.nim +++ b/lib/pure/hashes.nim @@ -42,7 +42,7 @@ ## * `md5 module `_ for MD5 checksum algorithm ## * `base64 module `_ for a base64 encoder and decoder ## * `std/sha1 module `_ for a sha1 encoder and decoder -## * `tables modlule `_ for hash tables +## * `tables module `_ for hash tables import