summaryrefslogtreecommitdiff
path: root/modules/pam_rootok
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_rootok')
-rw-r--r--modules/pam_rootok/README2
-rw-r--r--modules/pam_rootok/pam_rootok.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_rootok/README b/modules/pam_rootok/README
index 7120b164..cccb5ce1 100644
--- a/modules/pam_rootok/README
+++ b/modules/pam_rootok/README
@@ -13,6 +13,6 @@ Recognized arguments:
module services provided:
- auth _authetication and _setcred (blank)
+ auth _authentication and _setcred (blank)
Andrew Morgan
diff --git a/modules/pam_rootok/pam_rootok.c b/modules/pam_rootok/pam_rootok.c
index a275e6eb..4d440b03 100644
--- a/modules/pam_rootok/pam_rootok.c
+++ b/modules/pam_rootok/pam_rootok.c
@@ -75,7 +75,7 @@ int pam_sm_authenticate(pam_handle_t *pamh,int flags,int argc
retval = PAM_SUCCESS;
if (ctrl & PAM_DEBUG_ARG) {
- _pam_log(LOG_DEBUG, "authetication %s"
+ _pam_log(LOG_DEBUG, "authentication %s"
, retval==PAM_SUCCESS ? "succeeded":"failed" );
}