summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLiam Edwards-Playne <liamzebedee@yahoo.com.au>2015-05-26 11:25:07 +1000
committerLiam Edwards-Playne <liamzebedee@yahoo.com.au>2015-05-26 11:25:07 +1000
commitde676b62b83fcaaa9977cca9adb9c38383b64f35 (patch)
tree826b19fb7c5a0bc682c48695b85ce3692a3dbb46
parent8909457ae46dc8fb151ef146acb3f6b8402f3407 (diff)
fixed spelling error
-rw-r--r--bash.html.markdown2
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