From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:09 +0000 (+0200) Subject: source3/winbindd/winbindd_util.c: typo fixes X-Git-Tag: talloc-2.3.1~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca79e64d8c28edcb3c9bdea3470e5a7eb8003ea;p=thirdparty%2Fsamba.git source3/winbindd/winbindd_util.c: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- 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. */