s4-dns: Fix some typos
authorVolker Lendecke <vl@samba.org>
Tue, 29 May 2012 06:53:44 +0000 (08:53 +0200)
committerKai Blin <kai@samba.org>
Tue, 29 May 2012 22:37:54 +0000 (00:37 +0200)
Signed-off-by: Kai Blin <kai@samba.org>
source4/dns_server/dns_query.c
source4/dns_server/dns_update.c

index 11b164a22a7afd74977f885e4fe5c3a0562fdf1c..b57a26c763283cf67e58e5db9ccd53cabbebfe9e 100644 (file)
@@ -259,7 +259,7 @@ WERROR dns_server_process_query(struct dns_server *dns,
        } else {
                if (state->flags & DNS_FLAG_RECURSION_DESIRED &&
                    state->flags & DNS_FLAG_RECURSION_AVAIL) {
-                       DEBUG(2, ("Not authorative for '%s', forwarding\n",
+                       DEBUG(2, ("Not authoritative for '%s', forwarding\n",
                                  in->questions[0].name));
                        werror = ask_forwarder(dns, mem_ctx, &in->questions[0],
                                               &ans, &num_answers,
index 16619abf41c5175965e53e8f4b02381a1664dea2..a09818d70a2abd8259f871a7febabf0720420183 100644 (file)
@@ -715,7 +715,7 @@ WERROR dns_server_process_update(struct dns_server *dns,
        }
 
        if (z == NULL) {
-               DEBUG(0, ("We're not authorative for this zone\n"));
+               DEBUG(0, ("We're not authoritative for this zone\n"));
                return DNS_ERR(NOTAUTH);
        }