spelling: uninitialized

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-11-08 23:47:10 -05:00
parent f2415674a8
commit fcb90cb389
1 changed files with 1 additions and 1 deletions

2
lynis
View File

@ -589,7 +589,7 @@ ${NORMAL}
if [ ${SET_STRICT} -eq 0 ]; then
set +u # Allow uninitialized variables
else
set -u # Do not allow unitialized variables
set -u # Do not allow uninitialized variables
fi
# Import a different language when configured