From 40f7d85f3736d058c26de1dafa4fed46de7d75ef Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 3 Sep 2021 08:00:00 +0000 Subject: Fix a typo found using codespell tool * modules/pam_pwhistory/pam_pwhistory.c: Replace "crypted password" with "hashed password" in comment. * modules/pam_unix/passverify.c (create_password_hash): Rename "crypted" local variable to "hashed". --- modules/pam_pwhistory/pam_pwhistory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_pwhistory') diff --git a/modules/pam_pwhistory/pam_pwhistory.c b/modules/pam_pwhistory/pam_pwhistory.c index a16365f8..ce2c21f5 100644 --- a/modules/pam_pwhistory/pam_pwhistory.c +++ b/modules/pam_pwhistory/pam_pwhistory.c @@ -282,7 +282,7 @@ run_check_helper(pam_handle_t *pamh, const char *user, return retval; } -/* This module saves the current crypted password in /etc/security/opasswd +/* This module saves the current hashed password in /etc/security/opasswd and then compares the new password with all entries in this file. */ int -- cgit v1.2.3