POLY: fix typo

This commit is contained in:
hasufell 2014-04-16 23:17:48 +02:00 committed by malte
parent 739feea0fe
commit 3e6345cd47
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ void pb_starmultiply(pb_poly *a,
mp_error_to_string(result));
if ((result = mp_mod(&(c->terms[k]),
&mp_modulus, &(c->terms[k]))) != MP_OKAY)
NTRU_ABORT("Error redrucing term by modulo. %s",
NTRU_ABORT("Error reducing term by modulo. %s",
mp_error_to_string(result));
mp_clear(&mp_modulus);