From 17c9e5f31dd3dc78909f420e5ef0379f2a6a8b36 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 15 Sep 2014 18:19:39 -0700 Subject: [PATCH] [v9_9] spelling --- lib/dns/tsig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index 00ab570d9e..1ddca181a4 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -1317,7 +1317,7 @@ dns_tsig_verify(isc_buffer_t *source, dns_message_t *msg, alg == DST_ALG_HMACSHA384 || alg == DST_ALG_HMACSHA512) { isc_uint16_t digestbits = dst_key_getbits(key); if (tsig.siglen > siglen) { - tsig_log(msg->tsigkey, 2, "signature length to big"); + tsig_log(msg->tsigkey, 2, "signature length too big"); return (DNS_R_FORMERR); } if (tsig.siglen > 0 &&