summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorKaartic Sivaraam <kaarticsivaraam91196@gmail.com>2017-09-17 10:18:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-09-19 03:02:51 (GMT)
commit01e4be6c3d23741bbf7173624f35abb3f15bdf25 (patch)
treeec511b549341d0916ad7a499339a59a9d8530cf2 /t/README
parent94c9fd268d4287f6fbfef84793288479905a7e48 (diff)
downloadgit-01e4be6c3d23741bbf7173624f35abb3f15bdf25.zip
git-01e4be6c3d23741bbf7173624f35abb3f15bdf25.tar.gz
git-01e4be6c3d23741bbf7173624f35abb3f15bdf25.tar.bz2
t/README: fix typo and grammatically improve a sentence
Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/README b/t/README
index 2f95860..4b079e4 100644
--- a/t/README
+++ b/t/README
@@ -265,12 +265,12 @@ or:
$ sh ./t9200-git-cvsexport-commit.sh --run='-3 21'
-As noted above, the test set is built going though items left to
-right, so this:
+As noted above, the test set is built by going through the items
+from left to right, so this:
$ sh ./t9200-git-cvsexport-commit.sh --run='1-4 !3'
-will run tests 1, 2, and 4. Items that comes later have higher
+will run tests 1, 2, and 4. Items that come later have higher
precedence. It means that this:
$ sh ./t9200-git-cvsexport-commit.sh --run='!3 1-4'