summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder@ira.uka.de>2015-08-20 15:58:55 +0200
committerJunio C Hamano <gitster@pobox.com>2015-08-20 13:14:21 -0700
commit126984785473ee7a868127d965762fc7a2358339 (patch)
tree7d9b22ace1144ba6d9e08b40d8c9282796c998d4
parent5be60078c935ed08ee8eb5a32680bdfb6bb5bdf3 (diff)
downloadgit-sg/t3020-typofix.tar.gz
t3020: fix typo in test descriptionsg/t3020-typofix
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t3020-ls-files-error-unmatch.sh2
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