agnoster / base32-js

Base32 encoding for JavaScript, based (loosely) on Crockford's Base32
https://github.com/agnoster/base32-js
MIT License
121 stars 61 forks source link

typo: "cryto" instead of "crypto" #1

Closed warner closed 13 years ago

warner commented 13 years ago

I noticed a typo at https://github.com/agnoster/base32-js/blob/master/lib/base32.js#L149 , it looks like you want to say "crypto" instead of "cryto".

Thanks for the great library!

agnoster commented 13 years ago

Fixed typo: "cryto" -> "crypto" -- thanks warner!

Closed by ea027c16a9fae48d31e37404028c8dcfef863eb1