summaryrefslogtreecommitdiffstats
path: root/source4/dns_server/dns_update.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-05-29 08:53:44 +0200
committerKai Blin <kai@samba.org>2012-05-30 00:37:54 +0200
commit0b2743c71e509d40a587e278a4227950205bf50c (patch)
tree1e840a7749b653eade099c7e367c4ea97190bd16 /source4/dns_server/dns_update.c
parent5bc261fff10746e0b8e35512f8bb85d39dde4bac (diff)
downloadsamba-0b2743c71e509d40a587e278a4227950205bf50c.tar.gz
samba-0b2743c71e509d40a587e278a4227950205bf50c.tar.xz
samba-0b2743c71e509d40a587e278a4227950205bf50c.zip
s4-dns: Fix some typos
Signed-off-by: Kai Blin <kai@samba.org>
Diffstat (limited to 'source4/dns_server/dns_update.c')
-rw-r--r--source4/dns_server/dns_update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dns_server/dns_update.c b/source4/dns_server/dns_update.c
index 16619abf41c..a09818d70a2 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);
}