From 0b2743c71e509d40a587e278a4227950205bf50c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 29 May 2012 08:53:44 +0200 Subject: s4-dns: Fix some typos Signed-off-by: Kai Blin --- source4/dns_server/dns_query.c | 2 +- source4/dns_server/dns_update.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/dns_server/dns_query.c b/source4/dns_server/dns_query.c index 11b164a22a..b57a26c763 100644 --- a/source4/dns_server/dns_query.c +++ b/source4/dns_server/dns_query.c @@ -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, diff --git a/source4/dns_server/dns_update.c b/source4/dns_server/dns_update.c index 16619abf41..a09818d70a 100644 --- a/source4/dns_server/dns_update.c +++ b/source4/dns_server/dns_update.c @@ -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); } -- cgit