aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2011-01-15 14:04:38 -0800
committerGravatar Carl Worth <cworth@cworth.org>2011-01-15 15:37:43 -0800
commitac1ba43666456a85d59031beceed2c12ef23b777 (patch)
tree45e0e21450e8fc38bf07c56564fb3ba479277dee /test
parent8a8d0b739509cf4c367f52aac26fd131fe665b46 (diff)
Fix misspelling in a comment.
Just a simple change I noticed in passing.
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh
index a1978279..d1794265 100755
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -403,7 +403,7 @@ test_begin_subtest ()
test_subtest_name="$1"
# Remember stdout and stderr file descriptios and redirect test
# output to the previously prepared file descriptors 3 and 4 (see
- # bellow)
+ # below)
if test "$verbose" != "t"; then exec 4>test.output 3>&4; fi
exec 6>&1 7>&2 >&3 2>&4
inside_subtest=t