Fix typo in sha1-hashes.

exmaple -> example
This commit is contained in:
Will Brown 2012-10-12 09:56:58 +12:00
parent 5c59f4cce7
commit c03e76fbbb

View File

@ -6,7 +6,7 @@ cf23df2207d99a74fbe169e3eba035e633b65d94
# You can compute other hashes using a similar pattern to # 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()`. # import `crypto/md5` and use `md5.New()`.
# Note that if you need cryptographically secure hashes, # Note that if you need cryptographically secure hashes,