From f14727ee934392797e57abd7f6e795a3f2188ef8 Mon Sep 17 00:00:00 2001 From: Nick Presta Date: Thu, 11 Oct 2012 14:36:44 -0300 Subject: [PATCH] Updating typo in sha1-hashes. --- 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 4636be3..09bb671 100644 --- a/examples/sha1-hashes/sha1-hashes.sh +++ b/examples/sha1-hashes/sha1-hashes.sh @@ -9,6 +9,6 @@ cf23df2207d99a74fbe169e3eba035e633b65d94 # the one shown above. For exmpale, to compute MD5 hashes # import `crypto/md5` and use `md5.New()`. -# Note that if you need cyrtograhpically secure hashes, +# Note that if you need cryptographically secure hashes, # you should carefully research # [hash strength](http://en.wikipedia.org/wiki/Cryptographic_hash_function)!