From: SZEDER Gábor Date: Thu, 20 Aug 2015 13:58:55 +0000 (+0200) Subject: t3020: fix typo in test description X-Git-Tag: v2.6.0-rc0~34^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=126984785473ee7a868127d965762fc7a2358339;p=git-core%2Fgit.git t3020: fix typo in test description Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/t/t3020-ls-files-error-unmatch.sh b/t/t3020-ls-files-error-unmatch.sh index c83f820ad..19008090d 100755 --- a/t/t3020-ls-files-error-unmatch.sh +++ b/t/t3020-ls-files-error-unmatch.sh @@ -20,7 +20,7 @@ test_expect_failure \ 'git ls-files --error-unmatch foo bar-does-not-match' test_expect_success \ - 'git ls-files --error-unmatch should succeed eith matched paths.' \ + 'git ls-files --error-unmatch should succeed with matched paths.' \ 'git ls-files --error-unmatch foo bar' test_done