]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_6] typo in dig
authorEvan Hunt <each@isc.org>
Wed, 19 Jun 2013 22:21:48 +0000 (15:21 -0700)
committerEvan Hunt <each@isc.org>
Wed, 19 Jun 2013 22:21:48 +0000 (15:21 -0700)
(cherry picked from commit 31d95f1095c5bf7794c487ecb6fe62b53a802e96)

bin/dig/dig.c

index 4871b6b553343acb5f91a5f602c7d03396481bff..3f13fb4f88786cc1ee462ef427e968cd1c20f6bb 100644 (file)
@@ -532,7 +532,7 @@ printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) {
                               "%s - retry with '+noedns'\n",
                               rcode_totext(msg->rcode));
                if (msg != query->lookup->sendmsg && extrabytes != 0U)
-                       printf(";; WARNING: Messages has %u extra byte%s at "
+                       printf(";; WARNING: Message has %u extra byte%s at "
                               "end\n", extrabytes, extrabytes != 0 ? "s" : "");
        }