]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup: spelling [RT #936]
authorBrian Wellington <source@isc.org>
Thu, 1 Mar 2001 17:48:32 +0000 (17:48 +0000)
committerBrian Wellington <source@isc.org>
Thu, 1 Mar 2001 17:48:32 +0000 (17:48 +0000)
lib/dns/zone.c

index 563131faa6a831a6e29f58a8aa7ea9bda40f1f64..1482fb28a27ba23588e6c10428ac318a153fb365 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.283.2.7 2001/01/31 18:04:45 gson Exp $ */
+/* $Id: zone.c,v 1.283.2.8 2001/03/01 17:48:32 bwelling Exp $ */
 
 #include <config.h>
 
@@ -2891,7 +2891,7 @@ stub_callback(isc_task_t *task, isc_event_t *event) {
         */
        if ((msg->flags & DNS_MESSAGEFLAG_AA) == 0) {
                zone_log(zone, me, ISC_LOG_INFO,
-                        "non-authorative answer from %s", master);
+                        "non-authoritative answer from %s", master);
                goto next_master;
        }
 
@@ -3101,7 +3101,7 @@ refresh_callback(isc_task_t *task, isc_event_t *event) {
         */
        if ((msg->flags & DNS_MESSAGEFLAG_AA) == 0) {
                zone_log(zone, me, ISC_LOG_INFO,
-                        "non-authorative answer from %s", master);
+                        "non-authoritative answer from %s", master);
                goto next_master;
        }