Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2018-05-23 16:33:02 +02:00
parent 1b67166921
commit 89bd016ef4
34 changed files with 36 additions and 36 deletions
@@ -276,7 +276,7 @@ METHOD(ntru_private_key_t, decrypt, bool,
}
if (!msg_rep_good)
{
DBG1(DBG_LIB, "decryption failed due to unsufficient minimum weight");
DBG1(DBG_LIB, "decryption failed due to insufficient minimum weight");
success = FALSE;
}