diff options
author | Brian Stearns <brian@ycharts.com> | 2014-02-20 17:12:12 -0500 |
---|---|---|
committer | Brian Stearns <brian@ycharts.com> | 2014-02-20 17:12:12 -0500 |
commit | 03e6892a5f84f063b723d433947929750349d625 (patch) | |
tree | 46603e26fe176e57c5f1097442b51e5fc0f32c32 /bash.html.markdown | |
parent | 2be56d5d95f85ddf17fac3b32776768df632be81 (diff) |
Fixed random 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 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: $$" |