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 <thibault.dewailly@corp.ovh.com>
This commit is contained in:
Edmund Lodewijks
2025-08-07 16:10:08 +02:00
committed by GitHub
parent 6b1ce6787d
commit 4b4faf62b3

View File

@@ -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() {