aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-12-18 07:07:36 +0100
committerJunio C Hamano <gitster@pobox.com>2007-12-18 12:00:18 -0800
commit02ff62504e12cb1925a59b6956508dc70984c5b4 (patch)
treebdca90b2a4c808f19095e9a0a39b94966b9a7aa9 /Documentation/git-rev-list.txt
parent4808ab8f87551967d61fc4f4164e2f99e2fa4d71 (diff)
downloadgit-02ff62504e12cb1925a59b6956508dc70984c5b4.tar.gz
Fix some documentation typos.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index 989fbf3562..a03f9fe5fa 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -274,7 +274,7 @@ limiting may be applied.
--quiet::
Don't print anything to standard output. This form of
- git-rev-list is primarly meant to allow the caller to
+ git-rev-list is primarily meant to allow the caller to
test the exit status to see if a range of objects is fully
connected (or not). It is faster than redirecting stdout
to /dev/null as the output does not have to be formatted.