From: Ævar Arnfjörð Bjarmason Date: Thu, 23 Mar 2017 13:05:20 +0000 (+0000) Subject: tag tests: fix a typo in a test description X-Git-Tag: v2.13.0-rc0~33^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=682b29f90d7e049c24f3821d49599dceb4aeb758;p=git 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 830eff948e..63ee2cf727 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -136,7 +136,7 @@ test_expect_success \ 'test $(git tag -l mytag) = mytag' test_expect_success \ - 'listing tags using a non-matching pattern should suceed' \ + 'listing tags using a non-matching pattern should succeed' \ 'git tag -l xxx' test_expect_success \