summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 08:52:09 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:22 +0100
commit1429428caa5c2e81f2ac71c42c124a0f5c64cae7 (patch)
treef425ab50e6b71b3e19be5b02a863ba3d2bc65e02 /source3/nmbd
parent39f2579a545c2249441ab593ebc3bfa3d01a739d (diff)
downloadsamba-1429428caa5c2e81f2ac71c42c124a0f5c64cae7.tar.gz
Correct "errror" 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>
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd_winsserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_winsserver.c b/source3/nmbd/nmbd_winsserver.c
index 7723b743c30..cd7d3b7fc75 100644
--- a/source3/nmbd/nmbd_winsserver.c
+++ b/source3/nmbd/nmbd_winsserver.c
@@ -1649,7 +1649,7 @@ received for name %s from IP %s on subnet %s. Error - should not be sent to WINS
if(group) {
DEBUG(0,("wins_process_multihomed_name_registration_request: group name registration request \
-received for name %s from IP %s on subnet %s. Errror - group names should not be multihomed.\n",
+received for name %s from IP %s on subnet %s. Error - group names should not be multihomed.\n",
nmb_namestr(question), inet_ntoa(from_ip), subrec->subnet_name));
return;
}