From b2250f2d27d22455ae87a61ff50f419aa8e77cd8 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 27 Nov 2001 05:37:30 +0000 Subject: Relevant BUGIDs: 476949 Purpose of commit: documentation fixes Commit summary: --------------- Fix some typos noted by Nalin. --- modules/pam_rootok/pam_rootok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_rootok/pam_rootok.c') 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" ); } -- cgit v1.2.3