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

bin/dig/dig.c

index 79037101d7324abb41901d21f746637df9345bb3..e69b601cec6795991e35a065f70d0e7f1efa1aa2 100644 (file)
@@ -555,7 +555,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" : "");
        }