Spelling.
authorTim Potter <tpot@samba.org>
Sun, 7 Apr 2002 23:41:55 +0000 (23:41 +0000)
committerTim Potter <tpot@samba.org>
Sun, 7 Apr 2002 23:41:55 +0000 (23:41 +0000)
(This used to be commit 423985ed569ac9692f3cb5872a15c74f983121b6)

source3/auth/auth_compat.c
source3/nsswitch/winbindd_pam.c
source3/utils/testparm.c

index eadfb0392b174a95eda91e2facc980a6081fac20..857cf2b7d9fb71c65fdb9249d3ae21445287b98f 100644 (file)
@@ -21,7 +21,7 @@
 #include "includes.h"
 
 /****************************************************************************
- COMPATABILITY INTERFACES:
+ COMPATIBILITY INTERFACES:
  ***************************************************************************/
 
 /****************************************************************************
index 2fa346151ee493d9ba9355356df65ba5853367e4..f7959c2febe19d13d247df2a20276ec33bdd0418 100644 (file)
@@ -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;
        }
index 78b1f6e504f41bbb1e1ab0d6f2af40d5e3edbfc5..defde6cb2c27a1db74558d74ccb3e707bcfa2480 100644 (file)
@@ -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()) {