summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/auth/auth_compat.c2
-rw-r--r--source3/nsswitch/winbindd_pam.c2
-rw-r--r--source3/utils/testparm.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/auth/auth_compat.c b/source3/auth/auth_compat.c
index eadfb0392b..857cf2b7d9 100644
--- a/source3/auth/auth_compat.c
+++ b/source3/auth/auth_compat.c
@@ -21,7 +21,7 @@
#include "includes.h"
/****************************************************************************
- COMPATABILITY INTERFACES:
+ COMPATIBILITY INTERFACES:
***************************************************************************/
/****************************************************************************
diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c
index 2fa346151e..f7959c2feb 100644
--- a/source3/nsswitch/winbindd_pam.c
+++ b/source3/nsswitch/winbindd_pam.c
@@ -56,7 +56,7 @@ enum winbindd_result winbindd_pam_auth(struct winbindd_cli_state *state)
if (!parse_domain_user(state->request.data.auth.user, name_domain,
name_user)) {
- DEBUG(5,("no domain seperator (%s) in username (%s) - failing auth\n", lp_winbind_separator(), state->request.data.auth.user));
+ DEBUG(5,("no domain separator (%s) in username (%s) - failing auth\n", lp_winbind_separator(), state->request.data.auth.user));
result = NT_STATUS_INVALID_PARAMETER;
goto done;
}
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c
index 78b1f6e504..defde6cb2c 100644
--- a/source3/utils/testparm.c
+++ b/source3/utils/testparm.c
@@ -85,7 +85,7 @@ to a valid password server.\n", sec_setting );
/*
- * Check 'hosts equiv' and 'use rhosts' compatability with 'hostname lookup' value.
+ * Check 'hosts equiv' and 'use rhosts' compatibility with 'hostname lookup' value.
*/
if(*lp_hosts_equiv() && !lp_hostname_lookups()) {