aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_listfile
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2024-01-01 22:42:01 +0100
committerDmitry V. Levin <ldv@strace.io>2024-01-02 18:24:08 +0000
commit700f6afb25b9ac84761bab59cec5774e2759c995 (patch)
tree88a0358c630ad3b5a52016432b5cebb5bba37e52 /modules/pam_listfile
parentaf8fc2367a1997cf8d2aea95e0e556e8e0e92b04 (diff)
downloadpam-700f6afb25b9ac84761bab59cec5774e2759c995.tar.gz
pam-700f6afb25b9ac84761bab59cec5774e2759c995.tar.bz2
pam-700f6afb25b9ac84761bab59cec5774e2759c995.zip
pam_listfile: fix typo in comment
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'modules/pam_listfile')
-rw-r--r--modules/pam_listfile/pam_listfile.c2
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;