diff options
author | Elijah Newren <newren@gmail.com> | 2019-11-05 17:07:24 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 16:00:54 +0900 |
commit | 7a40cf1553a3fce9200d665352ff556d153d4a2d (patch) | |
tree | 9bff82ef68c92dcd5f7d080d721562920a9af9de /t/t4213-log-tabexpand.sh | |
parent | 15beaaa3d1f6b555900446deb5e376b4f806d734 (diff) | |
download | git-7a40cf1553a3fce9200d665352ff556d153d4a2d.tar.gz |
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/t4213-log-tabexpand.sh')
-rwxr-xr-x | t/t4213-log-tabexpand.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4213-log-tabexpand.sh b/t/t4213-log-tabexpand.sh index 7f90f58c03..53a4af3244 100755 --- a/t/t4213-log-tabexpand.sh +++ b/t/t4213-log-tabexpand.sh @@ -36,7 +36,7 @@ count_expand () esac # Prefix the output with the command line arguments, and - # replace SP with a dot both in the expecte and actual output + # replace SP with a dot both in the expected and actual output # so that test_cmp would show the difference together with the # breakage in a way easier to consume by the debugging user. { |