diff options
author | Liam Edwards-Playne <liamzebedee@yahoo.com.au> | 2015-05-26 11:25:07 +1000 |
---|---|---|
committer | Liam Edwards-Playne <liamzebedee@yahoo.com.au> | 2015-05-26 11:25:07 +1000 |
commit | de676b62b83fcaaa9977cca9adb9c38383b64f35 (patch) | |
tree | 826b19fb7c5a0bc682c48695b85ce3692a3dbb46 /bash.html.markdown | |
parent | 8909457ae46dc8fb151ef146acb3f6b8402f3407 (diff) |
fixed spelling error
Diffstat (limited to 'bash.html.markdown')
-rw-r--r-- | bash.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash.html.markdown b/bash.html.markdown index c2312d7d..08182c2c 100644 --- a/bash.html.markdown +++ b/bash.html.markdown @@ -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 |