r12971: Fix spelling.
authorTim Potter <tpot@samba.org>
Mon, 16 Jan 2006 23:42:07 +0000 (23:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:13 +0000 (13:51 -0500)
(This used to be commit e9ec3a379c45ea210a810b1cb5d65b966b7319cc)

source4/auth/auth_unix.c

index ca8b8e5b9a8286ea744520fb0ca106e7aa16c41d..eab86aecf862186d9b92d89cac730a886710792d 100644 (file)
@@ -316,7 +316,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));