1
0
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:
Chris Lamb 2017-02-18 08:59:08 +13:00 committed by Garming Sam
parent 1e0bca1e6c
commit 563c1c3623

View File

@ -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);