diff options
author | Christian Göttsche <cgzones@googlemail.com> | 2024-01-16 15:49:55 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-01-16 14:49:55 +0000 |
commit | b4a1c95102c7ba4e2e344fef0e2451aa6041c664 (patch) | |
tree | 13dea74118f2f9ceb8ac19b1cd5aedd38c607539 /modules/pam_unix/unix_chkpwd.c | |
parent | 8de6b9071f0db8547023febded91579bf971bb3c (diff) | |
download | pam-b4a1c95102c7ba4e2e344fef0e2451aa6041c664.tar.gz pam-b4a1c95102c7ba4e2e344fef0e2451aa6041c664.tar.bz2 pam-b4a1c95102c7ba4e2e344fef0e2451aa6041c664.zip |
pam_unix: fix typos in comments
Diffstat (limited to 'modules/pam_unix/unix_chkpwd.c')
-rw-r--r-- | modules/pam_unix/unix_chkpwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/unix_chkpwd.c b/modules/pam_unix/unix_chkpwd.c index 43fcbd82..820136d5 100644 --- a/modules/pam_unix/unix_chkpwd.c +++ b/modules/pam_unix/unix_chkpwd.c @@ -78,7 +78,7 @@ int main(int argc, char *argv[]) /* * we establish that this program is running with non-tty stdin. * this is to discourage casual use. It does *NOT* prevent an - * intruder from repeatadly running this program to determine the + * intruder from repeatedly running this program to determine the * password of the current user (brute force attack, but one for * which the attacker must already have gained access to the user's * account). |