mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
Correct "notifiying" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
1e0bca1e6c
commit
563c1c3623
@ -63,7 +63,7 @@ static void dns_notify_dnssrv_done(struct tevent_req *req)
|
||||
|
||||
status = dcerpc_dnssrv_reload_dns_zones_r_recv(req, state);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
DEBUG(1, ("%s: Error notifiying dns server: %s\n",
|
||||
DEBUG(1, ("%s: Error notifying dns server: %s\n",
|
||||
__func__, nt_errstr(status)));
|
||||
}
|
||||
imessaging_cleanup(state->msg_ctx);
|
||||
|
Loading…
Reference in New Issue
Block a user