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
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);
}