Author: tpot
Date: 2006-01-16 23:42:07 +0000 (Mon, 16 Jan 2006)
New Revision: 12971

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12971

Log:
Fix spelling.

Modified:
   branches/SAMBA_4_0/source/auth/auth_unix.c
   branches/tmp/deryck-samba4-swat/source/auth/auth_unix.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_unix.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_unix.c  2006-01-16 23:20:38 UTC (rev 
12970)
+++ branches/SAMBA_4_0/source/auth/auth_unix.c  2006-01-16 23:42:07 UTC (rev 
12971)
@@ -316,7 +316,7 @@
        pam_error = pam_authenticate(pamh, PAM_SILENT | lp_null_passwords() ? 0 
: PAM_DISALLOW_NULL_AUTHTOK);
        switch( pam_error ){
                case PAM_AUTH_ERR:
-                       DEBUG(2, ("smb_pam_auth: PAM: Athentication Error for 
user %s\n", user));
+                       DEBUG(2, ("smb_pam_auth: PAM: Authentication Error for 
user %s\n", user));
                        break;
                case PAM_CRED_INSUFFICIENT:
                        DEBUG(2, ("smb_pam_auth: PAM: Insufficient Credentials 
for user %s\n", user));

Modified: branches/tmp/deryck-samba4-swat/source/auth/auth_unix.c
===================================================================
--- branches/tmp/deryck-samba4-swat/source/auth/auth_unix.c     2006-01-16 
23:20:38 UTC (rev 12970)
+++ branches/tmp/deryck-samba4-swat/source/auth/auth_unix.c     2006-01-16 
23:42:07 UTC (rev 12971)
@@ -316,7 +316,7 @@
        pam_error = pam_authenticate(pamh, PAM_SILENT | lp_null_passwords() ? 0 
: PAM_DISALLOW_NULL_AUTHTOK);
        switch( pam_error ){
                case PAM_AUTH_ERR:
-                       DEBUG(2, ("smb_pam_auth: PAM: Athentication Error for 
user %s\n", user));
+                       DEBUG(2, ("smb_pam_auth: PAM: Authentication Error for 
user %s\n", user));
                        break;
                case PAM_CRED_INSUFFICIENT:
                        DEBUG(2, ("smb_pam_auth: PAM: Insufficient Credentials 
for user %s\n", user));

Reply via email to