Skip to content

Commit 682b29f

Browse files
avargitster
authored andcommitted
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 ef5a6fb ("Add test-script for git-tag", 2007-06-28). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4612edc commit 682b29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7004-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ test_expect_success \
136136
'test $(git tag -l mytag) = mytag'
137137

138138
test_expect_success \
139-
'listing tags using a non-matching pattern should suceed' \
139+
'listing tags using a non-matching pattern should succeed' \
140140
'git tag -l xxx'
141141

142142
test_expect_success \

0 commit comments

Comments
 (0)