diff options
author | SZEDER Gábor <szeder@ira.uka.de> | 2015-08-20 15:58:55 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-20 13:14:21 -0700 |
commit | 126984785473ee7a868127d965762fc7a2358339 (patch) | |
tree | 7d9b22ace1144ba6d9e08b40d8c9282796c998d4 | |
parent | Rewrite "git-frotz" to "git frotz" (diff) | |
download | tgif-126984785473ee7a868127d965762fc7a2358339.tar.xz |
t3020: fix typo in test description
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t3020-ls-files-error-unmatch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |