]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
source3/winbindd/winbindd_util.c: typo fixes
authorBjörn Jacke <bj@sernet.de>
Sat, 26 Oct 2019 00:41:09 +0000 (02:41 +0200)
committerBjoern Jacke <bjacke@samba.org>
Thu, 31 Oct 2019 00:43:37 +0000 (00:43 +0000)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source3/winbindd/winbindd_util.c

index f51fa7efe061e29749514974f9709a8af6f2fe36..c2f02b74211e8b976d8405f45494e7a36c954881 100644 (file)
@@ -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. */