From ac1ba43666456a85d59031beceed2c12ef23b777 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 15 Jan 2011 14:04:38 -0800 Subject: [PATCH] Fix misspelling in a comment. Just a simple change I noticed in passing. --- test/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0