summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-09-04 02:17:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-09-04 02:17:55 (GMT)
commit57a2bb1f923edcf9776bec7bf4c847f17012b59e (patch)
treeecb1cd90f38529ee62c282d92ffe3fb204aa9619 /t
parentc1fa16b193c4eded59188fafa7d0d1f11f0d095a (diff)
parent126984785473ee7a868127d965762fc7a2358339 (diff)
downloadgit-57a2bb1f923edcf9776bec7bf4c847f17012b59e.zip
git-57a2bb1f923edcf9776bec7bf4c847f17012b59e.tar.gz
git-57a2bb1f923edcf9776bec7bf4c847f17012b59e.tar.bz2
Merge branch 'sg/t3020-typofix' into maint
* sg/t3020-typofix: t3020: fix typo in test description
Diffstat (limited to 't')
-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 ca01053..124e73b 100755
--- a/t/t3020-ls-files-error-unmatch.sh
+++ b/t/t3020-ls-files-error-unmatch.sh
@@ -22,7 +22,7 @@ test_expect_success \
'test_must_fail 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