diff options
author | Volker Lendecke <vl@samba.org> | 2018-10-30 14:55:35 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2019-02-27 01:35:18 +0100 |
commit | d83741091fad3cf343106900d328c09b12e18346 (patch) | |
tree | 1bbe877d7336abfb0313b92f9934cd9621a7cdb7 /source3/winbindd/winbindd_cm.c | |
parent | f5cd535bf22ebff94eb19d903fef78d13d61486a (diff) | |
download | samba-d83741091fad3cf343106900d328c09b12e18346.tar.gz |
winbindd: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_cm.c')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 22d3dcaa92b..49dafb60b9e 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1166,7 +1166,7 @@ static NTSTATUS cm_prepare_connection(struct winbindd_domain *domain, nt_errstr(result))); /* - * If we are not going to validiate the conneciton + * If we are not going to validate the connection * with SMB signing, then allow us to fall back to * anonymous */ @@ -1219,7 +1219,7 @@ static NTSTATUS cm_prepare_connection(struct winbindd_domain *domain, nt_errstr(result))); /* - * If we are not going to validiate the conneciton + * If we are not going to validate the connection * with SMB signing, then allow us to fall back to * anonymous */ |