spelling: password

This commit is contained in:
Josh Soref
2017-10-22 21:03:28 +00:00
parent 8078e5bd54
commit 4e0ac33eae
9 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
change_config
echo -n "Unlock foo's pasword (passwd -u foo)..."
echo -n "Unlock foo's password (passwd -u foo)..."
passwd -u foo 2> tmp/passwd.err && exit 1 || {
status=$?
}