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.5.2~11^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/126984785473ee7a868127d965762fc7a2358339?ds=inline;hp=--cc t3020: fix typo in test description Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- 126984785473ee7a868127d965762fc7a2358339 diff --git a/t/t3020-ls-files-error-unmatch.sh b/t/t3020-ls-files-error-unmatch.sh index c83f820ad2..19008090d2 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