Fix misspelling in a comment.

Just a simple change I noticed in passing.
This commit is contained in:
Carl Worth 2011-01-15 14:04:38 -08:00
parent 8a8d0b7395
commit ac1ba43666

View file

@ -403,7 +403,7 @@ test_begin_subtest ()
test_subtest_name="$1" test_subtest_name="$1"
# Remember stdout and stderr file descriptios and redirect test # Remember stdout and stderr file descriptios and redirect test
# output to the previously prepared file descriptors 3 and 4 (see # 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 if test "$verbose" != "t"; then exec 4>test.output 3>&4; fi
exec 6>&1 7>&2 >&3 2>&4 exec 6>&1 7>&2 >&3 2>&4
inside_subtest=t inside_subtest=t