tag tests: fix a typo in a test description
Change "suceed" to "succeed" in a test description. The typo has been here since the code was originally added in commit ef5a6fb597 ("Add test-script for git-tag", 2007-06-28). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ævar Arnfjörð Bjarmason committed
Mar 23, 2017 at 13:05 UTC
682b29f90d7e049c24f3821d49599dceb4aeb758
1 file changed
+1
-1
t/t7004-tag.sh
+1
-1
@@ -136,7 +136,7 @@ test_expect_success \
136
'test $(git tag -l mytag) = mytag'
137
138
test_expect_success \
139
- 'listing tags using a non-matching pattern should suceed' \
139
+ 'listing tags using a non-matching pattern should succeed' \
140
'git tag -l xxx'
141
142
test_expect_success \