diff options
-rw-r--r-- | modules/pam_listfile/pam_listfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_listfile/pam_listfile.c b/modules/pam_listfile/pam_listfile.c index f612cddd..ea5eddd8 100644 --- a/modules/pam_listfile/pam_listfile.c +++ b/modules/pam_listfile/pam_listfile.c @@ -181,7 +181,7 @@ pam_sm_authenticate (pam_handle_t *pamh, int flags UNUSED, } } - /* Short-circuit - test if this session apply for this user */ + /* Short-circuit - test if this session applies for this user */ { const char *user_name; int rval; |