diff options
author | Elijah Newren <newren@gmail.com> | 2019-11-05 18:07:25 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 08:00:54 +0100 |
commit | 4dc8b1c1140438fd0ed602469874906272d3df4d (patch) | |
tree | ddee452aafcfa0017b292e4fb36381e9c7740dee /t/t4205-log-pretty-formats.sh | |
parent | Fix spelling errors in comments of testcases (diff) | |
download | git-4dc8b1c1140438fd0ed602469874906272d3df4d.tar.xz git-4dc8b1c1140438fd0ed602469874906272d3df4d.zip |
Fix spelling errors in names of tests
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/t4205-log-pretty-formats.sh')
-rwxr-xr-x | t/t4205-log-pretty-formats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4205-log-pretty-formats.sh b/t/t4205-log-pretty-formats.sh index f42a69faa2..2f251b27d0 100755 --- a/t/t4205-log-pretty-formats.sh +++ b/t/t4205-log-pretty-formats.sh @@ -640,7 +640,7 @@ test_expect_success 'pretty format %(trailers:key=foo) multiple keys' ' test_cmp expect actual ' -test_expect_success '%(trailers:key=nonexistant) becomes empty' ' +test_expect_success '%(trailers:key=nonexistent) becomes empty' ' git log --no-walk --pretty="x%(trailers:key=Nacked-by)x" >actual && echo "xx" >expect && test_cmp expect actual |