aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/githooks.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/githooks.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/githooks.txt')
-rw-r--r--Documentation/githooks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt
index cfdae1efa2..e4d61d5562 100644
--- a/Documentation/githooks.txt
+++ b/Documentation/githooks.txt
@@ -15,7 +15,7 @@ DESCRIPTION
Hooks are little scripts you can place in `$GIT_DIR/hooks`
directory to trigger action at certain points. When
-'git-init' is run, a handful example hooks are copied in the
+'git-init' is run, a handful of example hooks are copied into the
`hooks` directory of the new repository, but by default they are
all disabled. To enable a hook, rename it by removing its `.sample`
suffix.