jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.15k stars 1.73k forks source link

docs: fix simple typo, interoperatibility -> interoperability #1002

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in src/libsodium/include/sodium/crypto_hash.h, src/libsodium/include/sodium/crypto_hash_sha256.h, src/libsodium/include/sodium/crypto_hash_sha512.h.

Should read interoperability rather than interoperatibility.

jedisct1 commented 3 years ago

Good catch, thank you!