From 4b4faf62b35bc72f9acfef80aefbfd20832bdf6e Mon Sep 17 00:00:00 2001 From: Edmund Lodewijks Date: Thu, 7 Aug 2025 16:10:08 +0200 Subject: [PATCH] Fix typo 'paswword' to 'password' in password_last_change_past.sh (#280) Fix typo 'paswword' to 'password' in password_last_change_past.sh Co-authored-by: GoldenKiwi --- bin/hardening/password_last_change_past.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hardening/password_last_change_past.sh b/bin/hardening/password_last_change_past.sh index a5bb051..084bda7 100755 --- a/bin/hardening/password_last_change_past.sh +++ b/bin/hardening/password_last_change_past.sh @@ -15,7 +15,7 @@ set -u # One variable unset, it's over # shellcheck disable=2034 HARDENING_LEVEL=3 # shellcheck disable=2034 -DESCRIPTION="Check that user last paswword change date is in the past." +DESCRIPTION="Check that user last password change date is in the past." # This function will be called if the script status is on enabled / audit mode audit() {