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

index 01677933b7d05cf79c708a0fea8a2246de365d51..0c0745de12c52d55d34b5e0af6bc651d06cef8d5 100644 (file)
@@ -1318,7 +1318,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 &&