diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
commit | bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 (patch) | |
tree | ec38b50c99765caed67aaf23db308b17cc407d5f /src/libcryptobox/blake2 | |
parent | 146886df6d250a376b92d1bb615cb93679a7d6e8 (diff) | |
download | rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.tar.gz rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.zip |
[Minor] Massive spelling correction
by a bot https://github.com/ka7/misspell_fixer
Diffstat (limited to 'src/libcryptobox/blake2')
-rw-r--r-- | src/libcryptobox/blake2/blake2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/blake2/blake2.c b/src/libcryptobox/blake2/blake2.c index fd99a0f93..bb681b5d3 100644 --- a/src/libcryptobox/blake2/blake2.c +++ b/src/libcryptobox/blake2/blake2.c @@ -64,7 +64,7 @@ BLAKE2B_DECLARE(x86) BLAKE2B_DECLARE(ref) #define BLAKE2B_GENERIC BLAKE2B_IMPL(0, "generic", ref) -/* list implemenations from most optimized to least, with generic as the last entry */ +/* list implementations from most optimized to least, with generic as the last entry */ static const blake2b_impl_t blake2b_list[] = { BLAKE2B_GENERIC, #if defined(BLAKE2B_AVX) |