diff options
author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2024-01-01 22:42:01 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-01-02 18:24:08 +0000 |
commit | 700f6afb25b9ac84761bab59cec5774e2759c995 (patch) | |
tree | 88a0358c630ad3b5a52016432b5cebb5bba37e52 /modules/pam_listfile | |
parent | af8fc2367a1997cf8d2aea95e0e556e8e0e92b04 (diff) | |
download | pam-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.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; |