summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNami-Doc <vendethiel@hotmail.fr>2014-02-21 08:00:17 +0100
committerNami-Doc <vendethiel@hotmail.fr>2014-02-21 08:00:17 +0100
commit6f23dc37ee3985d26675de331e82869755e0e0db (patch)
tree46603e26fe176e57c5f1097442b51e5fc0f32c32
parent2be56d5d95f85ddf17fac3b32776768df632be81 (diff)
parent03e6892a5f84f063b723d433947929750349d625 (diff)
Merge pull request #538 from BWSpiros/patch-1
Fixed random 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 e2c5bbaf..70a3b52a 100644
--- a/bash.html.markdown
+++ b/bash.html.markdown
@@ -50,7 +50,7 @@ echo ${VARIABLE/Some/A}
echo ${FOO:-"DefaultValueIfFOOIsMissingOrEmpty"}
# This works for null (FOO=), empty string (FOO=""), zero (FOO=0) returns 0
-# Bultin variables:
+# Builtin variables:
# There are some useful builtin variables, like
echo "Last program return value: $?"
echo "Script's PID: $$"