diff options
author | Tim Potter <tpot@samba.org> | 2006-01-16 23:42:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:13 -0500 |
commit | 9f9f35ae561d277045b0d7bac0ef2f6d7fa83ac6 (patch) | |
tree | c6587e13bdcbf8be0032ce301a0101c73e7f9279 /source4/auth | |
parent | b156fb83db3e55b79d39328e33d41272b4a90a0b (diff) | |
download | samba-9f9f35ae561d277045b0d7bac0ef2f6d7fa83ac6.tar.gz |
r12971: Fix spelling.
(This used to be commit e9ec3a379c45ea210a810b1cb5d65b966b7319cc)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index ca8b8e5b9a8..eab86aecf86 100644 --- a/source4/auth/auth_unix.c +++ b/source4/auth/auth_unix.c @@ -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)); |