From b62f4b1b0c4c9579ab2cee58fdf8a35b258c6f19 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Wed, 22 May 2019 14:50:44 -0400 Subject: [PATCH] fix spelling [ci skip] (#11307) --- lib/pure/hashes.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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