r17573: Fix typo
authorVolker Lendecke <vlendec@samba.org>
Wed, 16 Aug 2006 17:43:13 +0000 (17:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:40 +0000 (11:38 -0500)
(This used to be commit fd6e3f133b267a9506699d1c2934a153dd732df2)

source3/auth/pampass.c

index 26b45c5ff8a8ff347dfe04a42627007cea5e59e7..6631b277dc4a26313573de7b5da3e1bbb1c26129 100644 (file)
@@ -511,7 +511,7 @@ static NTSTATUS smb_pam_auth(pam_handle_t *pamh, const char *user)
        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));