summaryrefslogtreecommitdiff
path: root/t/t3020-ls-files-error-unmatch.sh
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder@ira.uka.de>2015-08-20 13:58:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-20 20:14:21 (GMT)
commit126984785473ee7a868127d965762fc7a2358339 (patch)
tree7d9b22ace1144ba6d9e08b40d8c9282796c998d4 /t/t3020-ls-files-error-unmatch.sh
parent5be60078c935ed08ee8eb5a32680bdfb6bb5bdf3 (diff)
downloadgit-126984785473ee7a868127d965762fc7a2358339.zip
git-126984785473ee7a868127d965762fc7a2358339.tar.gz
git-126984785473ee7a868127d965762fc7a2358339.tar.bz2
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>
Diffstat (limited to 't/t3020-ls-files-error-unmatch.sh')
-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 c83f820..1900809 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