summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_update.c
diff options
context:
space:
mode:
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 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);
}