diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2007-09-07 17:43:37 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-07 21:01:33 -0700 |
commit | 451e593181c554b06f1ce292b4233d396a355753 (patch) | |
tree | 41c4ceb899ba1d74108649abb327145235fe17a5 /Documentation | |
parent | 4e560158c6de154fafab9fc3f6028d9edcc53e6b (diff) | |
download | git-451e593181c554b06f1ce292b4233d396a355753.tar.gz |
Documentation / grammer nit
If we're counting, a smaller number is 'fewer' not 'less'
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 227f092e26..253f4f03c5 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -68,7 +68,7 @@ OPTIONS automatically setup .git/objects/info/alternates to obtain objects from the reference repository. Using an already existing repository as an alternate will - require less objects to be copied from the repository + require fewer objects to be copied from the repository being cloned, reducing network and local storage costs. --quiet:: |