Fixed typo.

This commit is contained in:
LumenTeun 2014-08-08 18:24:29 +01:00
parent 8be20de321
commit 4320966262

View File

@ -134,7 +134,7 @@ case "$VARIABLE" in
esac
# for loops iterate for as many arguments given:
# The contents of var $VARIABLE is printed three times.
# The contents of $VARIABLE is printed three times.
for VARIABLE in {1..3}
do
echo "$VARIABLE"