summaryrefslogtreecommitdiffstats
path: root/t/t4205-log-pretty-formats.sh
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2019-11-05 18:07:25 +0100
committerJunio C Hamano <gitster@pobox.com>2019-11-10 08:00:54 +0100
commit4dc8b1c1140438fd0ed602469874906272d3df4d (patch)
treeddee452aafcfa0017b292e4fb36381e9c7740dee /t/t4205-log-pretty-formats.sh
parentFix spelling errors in comments of testcases (diff)
downloadgit-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-xt/t4205-log-pretty-formats.sh2
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