fixed spelling error

This commit is contained in:
Liam Edwards-Playne 2015-05-26 11:25:07 +10:00
parent 8909457ae4
commit de676b62b8

View File

@ -56,7 +56,7 @@ echo '$Variable'
# String substitution in variables
echo ${Variable/Some/A}
# This will substitute the first occurence of "Some" with "A"
# This will substitute the first occurrence of "Some" with "A"
# Substring from a variable
Length=7