aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-describe.txt
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2009-01-12 14:02:07 -0600
committerJunio C Hamano <gitster@pobox.com>2009-01-13 00:18:53 -0800
commit323b9db839cc4e49008666e402aac3264e359423 (patch)
treea6f870967a1b8ca79e7fa3fac2be103b12c1c3bc /Documentation/git-describe.txt
parentc2c5b27051babdc2a7503d5b9d695b4c7b45c14b (diff)
downloadgit-323b9db839cc4e49008666e402aac3264e359423.tar.gz
Fix Documentation typos surrounding the word 'handful'.
Some instances replaced by "handful of", others use the word "few", a couple get a slight rewording. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-describe.txt')
-rw-r--r--Documentation/git-describe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index 3d79f05995..a99b4ef943 100644
--- a/Documentation/git-describe.txt
+++ b/Documentation/git-describe.txt
@@ -87,7 +87,7 @@ With something like git.git current tree, I get:
v1.0.4-14-g2414721
i.e. the current head of my "parent" branch is based on v1.0.4,
-but since it has a handful commits on top of that,
+but since it has a few commits on top of that,
describe has added the number of additional commits ("14") and
an abbreviated object name for the commit itself ("2414721")
at the end.