From 43209662626cdb4ed4b9e656a72c092512c4e9cc Mon Sep 17 00:00:00 2001 From: LumenTeun Date: Fri, 8 Aug 2014 18:24:29 +0100 Subject: Fixed typo. --- bash.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash.html.markdown') diff --git a/bash.html.markdown b/bash.html.markdown index 96f2414d..2056a9ea 100644 --- a/bash.html.markdown +++ b/bash.html.markdown @@ -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" -- cgit v1.2.3