aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-12-21 00:35:12 -0500
committerW. Trevor King <wking@drexel.edu>2008-12-21 00:35:12 -0500
commit07dc865218f825f61a4eb0f89d73bb7c184a6520 (patch)
treeef69863479f0512e495834b283702f1e309f2d2c
parent986e46aa72a2fc5086d2bf3232b7e71b9184e96a (diff)
downloadbugseverywhere-07dc865218f825f61a4eb0f89d73bb7c184a6520.tar.gz
Fixed spelling mistake in test_usage.sh
-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