]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Correct typo 708/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 7 Jul 2016 16:50:10 +0000 (19:50 +0300)
committerGitHub <noreply@github.com>
Thu, 7 Jul 2016 16:50:10 +0000 (19:50 +0300)
src/libserver/dkim.c

index ebcea538a9ddda8058362deb98e881c2b20a4df2..fadee81c4c6d36bd78ea1dd558707bfc376dd559 100644 (file)
@@ -1819,7 +1819,7 @@ rspamd_dkim_check (rspamd_dkim_context_t *ctx,
 
        /* Check bh field */
        if (memcmp (ctx->bh, raw_digest, ctx->bhlen) != 0) {
-               msg_debug_dkim ("bh value missmatch: %*xs versus %*xs", dlen, ctx->bh,
+               msg_debug_dkim ("bh value mismatch: %*xs versus %*xs", dlen, ctx->bh,
                                dlen, raw_digest);
                return DKIM_REJECT;
        }