]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Mike learns to spell...
authorMichael Sawyer <source@isc.org>
Thu, 12 Oct 2000 17:09:03 +0000 (17:09 +0000)
committerMichael Sawyer <source@isc.org>
Thu, 12 Oct 2000 17:09:03 +0000 (17:09 +0000)
bin/dig/nslookup.c

index be747b6eab9d85b2f653c0fcde4c389a3312bc24..82f836f7ac6bb995b3e6fc2ea006cb8e78711264 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nslookup.c,v 1.56 2000/10/04 17:14:44 mws Exp $ */
+/* $Id: nslookup.c,v 1.57 2000/10/12 17:09:03 mws Exp $ */
 
 #include <config.h>
 
@@ -524,7 +524,7 @@ printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) {
        }
 
        if ((msg->flags & DNS_MESSAGEFLAG_AA) == 0)
-               puts("Non-authorative answer:");
+               puts("Non-authoritative answer:");
        if (!ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER]))
                printsection(query, msg, headers, DNS_SECTION_ANSWER);
        else
@@ -533,7 +533,7 @@ printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) {
 
        if (((msg->flags & DNS_MESSAGEFLAG_AA) == 0) &&
            (query->lookup->rdtype != dns_rdatatype_a)) {
-               puts("\nAuthorative answers can be found from:");
+               puts("\nAuthoritative answers can be found from:");
                printsection(query, msg, headers,
                             DNS_SECTION_AUTHORITY);
                printsection(query, msg, headers,