From c03e76fbbbdc83aee0ba18ded3fb55cc4af29701 Mon Sep 17 00:00:00 2001 From: Will Brown Date: Fri, 12 Oct 2012 09:56:58 +1200 Subject: [PATCH] Fix typo in sha1-hashes. exmaple -> example --- examples/sha1-hashes/sha1-hashes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sha1-hashes/sha1-hashes.sh b/examples/sha1-hashes/sha1-hashes.sh index 09bb671..3ed62c9 100644 --- a/examples/sha1-hashes/sha1-hashes.sh +++ b/examples/sha1-hashes/sha1-hashes.sh @@ -6,7 +6,7 @@ cf23df2207d99a74fbe169e3eba035e633b65d94 # You can compute other hashes using a similar pattern to -# the one shown above. For exmpale, to compute MD5 hashes +# the one shown above. For example, to compute MD5 hashes # import `crypto/md5` and use `md5.New()`. # Note that if you need cryptographically secure hashes,