summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-10-26 02:41:09 +0200
committerBjoern Jacke <bjacke@samba.org>2019-10-31 00:43:37 +0000
commit1ca79e64d8c28edcb3c9bdea3470e5a7eb8003ea (patch)
treefb75751780c6dcbaae8e06f3284b7d90f8b1af4f /source3
parent616f9d04660f14c9ccb2dab01442c56e377aa37e (diff)
downloadsamba-1ca79e64d8c28edcb3c9bdea3470e5a7eb8003ea.tar.gz
source3/winbindd/winbindd_util.c: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/winbindd_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd_util.c b/source3/winbindd/winbindd_util.c
index f51fa7efe06..c2f02b74211 100644
--- a/source3/winbindd/winbindd_util.c
+++ b/source3/winbindd/winbindd_util.c
@@ -947,7 +947,7 @@ static bool add_trusted_domains_dc(void)
/* Even in the parent winbindd we'll need to
talk to the DC, so try and see if we can
- contact it. Theoretically this isn't neccessary
+ contact it. Theoretically this isn't necessary
as the init_dc_connection() in init_child_recv()
will do this, but we can start detecting the DC
early here. */
@@ -1021,7 +1021,7 @@ static bool add_trusted_domains_dc(void)
if (sec_chan_type != SEC_CHAN_NULL) {
/* Even in the parent winbindd we'll need to
talk to the DC, so try and see if we can
- contact it. Theoretically this isn't neccessary
+ contact it. Theoretically this isn't necessary
as the init_dc_connection() in init_child_recv()
will do this, but we can start detecting the DC
early here. */
@@ -1313,7 +1313,7 @@ bool init_domain_list(void)
}
/* Even in the parent winbindd we'll need to
talk to the DC, so try and see if we can
- contact it. Theoretically this isn't neccessary
+ contact it. Theoretically this isn't necessary
as the init_dc_connection() in init_child_recv()
will do this, but we can start detecting the DC
early here. */