diff options
author | Elijah Newren <newren@gmail.com> | 2019-11-05 18:07:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 08:00:54 +0100 |
commit | 7a40cf1553a3fce9200d665352ff556d153d4a2d (patch) | |
tree | 9bff82ef68c92dcd5f7d080d721562920a9af9de /t/t0000-basic.sh | |
parent | Fix spelling errors in code comments (diff) | |
download | git-7a40cf1553a3fce9200d665352ff556d153d4a2d.tar.xz git-7a40cf1553a3fce9200d665352ff556d153d4a2d.zip |
Fix spelling errors in comments of testcases
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0000-basic.sh')
-rwxr-xr-x | t/t0000-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index 4d3f7ba295..7aabde1a69 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -126,7 +126,7 @@ check_sub_test_lib_test () { check_sub_test_lib_test_err () { name="$1" # stdin is the expected output from the test - # expected error output is in descriptior 3 + # expected error output is in descriptor 3 ( cd "$name" && sed -e 's/^> //' -e 's/Z$//' >expect.out && |