]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:winbind: Correct spelling in debug messages related to ADS
authorDaniel Widrick <dnaiel@widrick.net>
Tue, 24 Jun 2025 02:07:44 +0000 (22:07 -0400)
committerAnoop C S <anoopcs@samba.org>
Sat, 28 Jun 2025 09:04:56 +0000 (09:04 +0000)
Corrected spelling of 'security' from 'secuirity' in debug messages related to ADS

Signed-off-by: Daniel Widrick <daniel@widrick.net>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Sat Jun 28 09:04:56 UTC 2025 on atb-devel-224

source3/winbindd/winbindd.c

index fa150368fc6d2c06dd99e306acf8da5b9b4ae368..209ca0dca9238eb9dd2f90dc347e8f5ddaac7ea4 100644 (file)
@@ -1478,13 +1478,13 @@ int main(int argc, const char **argv)
                const char *workgroup = lp_workgroup();
 
                if (workgroup == NULL || strlen(workgroup) == 0) {
-                       DBG_ERR("For 'secuirity = ADS' mode, the 'workgroup' "
+                       DBG_ERR("For 'security = ADS' mode, the 'workgroup' "
                                "parameter is required to be set!\n");
                        exit(1);
                }
 
                if (realm == NULL || strlen(realm) == 0) {
-                       DBG_ERR("For 'secuirity = ADS' mode, the 'realm' "
+                       DBG_ERR("For 'security = ADS' mode, the 'realm' "
                                "parameter is required to be set!\n");
                        exit(1);
                }