aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest_usage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_usage.sh b/test_usage.sh
index caa5388..42c0f2f 100755
--- a/test_usage.sh
+++ b/test_usage.sh
@@ -11,7 +11,7 @@
# Note that this script uses the *installed* version of be, not the
# one in your working tree.
-set -e # exit imediately on failed command
+set -e # exit immediately on failed command
set -o pipefail # pipes fail if any stage fails
set -v # verbose, echo commands to stdout