]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] spelling
authorEvan Hunt <each@isc.org>
Tue, 16 Sep 2014 01:19:45 +0000 (18:19 -0700)
committerEvan Hunt <each@isc.org>
Tue, 16 Sep 2014 01:19:45 +0000 (18:19 -0700)
lib/dns/tsig.c

index 00ab570d9e34d3d6a32df8e7e03eaccbfb544cb5..1ddca181a4ab458b074acb8ff940408554307ef8 100644 (file)
@@ -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 &&