]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorSteve Langasek <vorlon@debian.org>
Sun, 2 Oct 2005 11:49:27 +0000 (11:49 +0000)
committerSteve Langasek <vorlon@debian.org>
Sun, 2 Oct 2005 11:49:27 +0000 (11:49 +0000)
Purpose of commit: cleanup

Commit summary:
---------------

spelling fix in log message (s/acces/access/)

ChangeLog
modules/pam_userdb/pam_userdb.c

index 20850d4d6dd24d616394a953b11e452e19262b57..bfcafa778a51aa4ed37f5f0a6f62c336eb9caa9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-01  Steve Langasek  <vorlon@debian.org>
+
+       * modules/pam_userdb/pam_userdb.c: spelling fix in log message.
+
 2005-09-30  Steve Langasek  <vorlon@debian.org>
 
        * modules/pam_userdb/pam_userdb.c: Fix memory leak due to
index 662c7ac37a121ae990ecc6f99f2495a743d11291..590fb3132b2fb4818810f29ea70e0b96cba1f98d 100644 (file)
@@ -396,7 +396,7 @@ pam_sm_authenticate(pam_handle_t *pamh, int flags UNUSED,
             return PAM_USER_UNKNOWN;
         case 0:
             /* Otherwise, the authentication looked good */
-            pam_syslog(pamh, LOG_NOTICE, "user '%s' granted acces", username);
+            pam_syslog(pamh, LOG_NOTICE, "user '%s' granted access", username);
             return PAM_SUCCESS;
         default:
             /* we don't know anything about this return value */