From 4dc8b1c1140438fd0ed602469874906272d3df4d Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 5 Nov 2019 17:07:25 +0000 Subject: Fix spelling errors in names of tests Reported-by: Jens Schleusener Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- t/t7004-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t7004-tag.sh') diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 80eb13d94e..bc4da011f7 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -1420,7 +1420,7 @@ test_expect_success \ get_tag_header reuse $commit commit $time >expect echo "An annotation to be reused" >> expect test_expect_success \ - 'overwriting an annoted tag should use its previous body' ' + 'overwriting an annotated tag should use its previous body' ' git tag -a -m "An annotation to be reused" reuse && GIT_EDITOR=true git tag -f -a reuse && get_tag_msg reuse >actual && -- cgit v1.2.3