Skip to content

Commit 1269847

Browse files
szedergitster
authored andcommitted
t3020: fix typo in test description
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5be6007 commit 1269847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3020-ls-files-error-unmatch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test_expect_failure \
2020
'git ls-files --error-unmatch foo bar-does-not-match'
2121

2222
test_expect_success \
23-
'git ls-files --error-unmatch should succeed eith matched paths.' \
23+
'git ls-files --error-unmatch should succeed with matched paths.' \
2424
'git ls-files --error-unmatch foo bar'
2525

2626
test_done

0 commit comments

Comments
 (0)