From 9f9f35ae561d277045b0d7bac0ef2f6d7fa83ac6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 16 Jan 2006 23:42:07 +0000 Subject: r12971: Fix spelling. (This used to be commit e9ec3a379c45ea210a810b1cb5d65b966b7319cc) --- source4/auth/auth_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index ca8b8e5b9a..eab86aecf8 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)); -- cgit