diff options
author | Samanta Navarro <ferivoz@riseup.net> | 2020-10-10 11:16:27 +0000 |
---|---|---|
committer | Samanta Navarro <ferivoz@riseup.net> | 2020-10-10 11:16:27 +0000 |
commit | d3c5b3dd41e13a17a42d1af278f99720adaa23d4 (patch) | |
tree | 7375313352e490c399c6fa421b27c2c55e309db4 /ChangeLog | |
parent | b4754974c5973e2e9f7934763ad2d0eb3e29777c (diff) | |
download | libxcrypt-d3c5b3dd41e13a17a42d1af278f99720adaa23d4.tar.gz libxcrypt-d3c5b3dd41e13a17a42d1af278f99720adaa23d4.tar.bz2 libxcrypt-d3c5b3dd41e13a17a42d1af278f99720adaa23d4.zip |
Fix typos.
Typos were found with codespell.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,7 +100,7 @@ * release version 3.0 - * plugins/*: Move all crypt releated code into plugins. + * plugins/*: Move all crypt related code into plugins. * plugins/sha256: New, $5$ aka sha256 hash. * plugins/sha512: New, $6$ aka sha512 hash. @@ -153,7 +153,7 @@ * src/x86.S: Added, optimized, thread safe version for ix86. - * src/crypt_blowfish.c: Use optimized assember functions on ix86. + * src/crypt_blowfish.c: Use optimized assembler functions on ix86. * libxcrypt.spec: New. |