aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-01-16 15:49:55 +0100
committerDmitry V. Levin <ldv@strace.io>2024-01-16 14:49:55 +0000
commitb4a1c95102c7ba4e2e344fef0e2451aa6041c664 (patch)
tree13dea74118f2f9ceb8ac19b1cd5aedd38c607539
parent8de6b9071f0db8547023febded91579bf971bb3c (diff)
downloadpam-b4a1c95102c7ba4e2e344fef0e2451aa6041c664.tar.gz
pam-b4a1c95102c7ba4e2e344fef0e2451aa6041c664.tar.bz2
pam-b4a1c95102c7ba4e2e344fef0e2451aa6041c664.zip
pam_unix: fix typos in comments
-rw-r--r--modules/pam_unix/unix_chkpwd.c2
-rw-r--r--modules/pam_unix/unix_update.c2
2 files changed, 2 insertions, 2 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).
diff --git a/modules/pam_unix/unix_update.c b/modules/pam_unix/unix_update.c
index 95e99494..e17d6f87 100644
--- a/modules/pam_unix/unix_update.c
+++ b/modules/pam_unix/unix_update.c
@@ -149,7 +149,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).