diff options
Diffstat (limited to 'src/lua/lua_cryptobox.c')
-rw-r--r-- | src/lua/lua_cryptobox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_cryptobox.c b/src/lua/lua_cryptobox.c index 4a2c62f8b..d5be56460 100644 --- a/src/lua/lua_cryptobox.c +++ b/src/lua/lua_cryptobox.c @@ -492,7 +492,7 @@ lua_cryptobox_signature_load (lua_State *L) *psig = sig; } else { - msg_err ("size of %s missmatches: %d while %d is expected", + msg_err ("size of %s mismatches: %d while %d is expected", filename, (int)st.st_size, rspamd_cryptobox_signature_bytes (RSPAMD_CRYPTOBOX_MODE_25519)); lua_pushnil (L); |