]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] typo in dig
authorEvan Hunt <each@isc.org>
Wed, 19 Jun 2013 22:21:20 +0000 (15:21 -0700)
committerEvan Hunt <each@isc.org>
Wed, 19 Jun 2013 22:21:20 +0000 (15:21 -0700)
bin/dig/dig.c

index e0e066772907d39e8d4eebde5feaf88eb06b33c3..6ed7d9bc7616c23e4faa5215f89f41b9b753c853 100644 (file)
@@ -570,7 +570,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" : "");
        }