Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder@ira.uka.de>2015-08-20 16:58:55 +0300
committerJunio C Hamano <gitster@pobox.com>2015-08-20 23:14:21 +0300
commit126984785473ee7a868127d965762fc7a2358339 (patch)
tree7d9b22ace1144ba6d9e08b40d8c9282796c998d4 /t/t3020-ls-files-error-unmatch.sh
parent5be60078c935ed08ee8eb5a32680bdfb6bb5bdf3 (diff)
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 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