aboutsummaryrefslogtreecommitdiff
path: root/Documentation/hooks.txt
diff options
context:
space:
mode:
authorBrian Hetro <whee@smaertness.net>2007-08-23 20:44:13 -0400
committerJunio C Hamano <gitster@pobox.com>2007-08-24 18:54:37 -0700
commit027830755d2972ab2201c53922ce402862a2bd80 (patch)
tree2be60c62bff96cbc3a1f2c2d0080e9f5750c95fa /Documentation/hooks.txt
parentdb21872395a1a092faa85ef9c1ea53588d8414f0 (diff)
downloadgit-027830755d2972ab2201c53922ce402862a2bd80.tar.gz
git-027830755d2972ab2201c53922ce402862a2bd80.tar.xz
Documentation: Correct various misspellings and typos.
Fix minor typos throughout the documentation. Signed-off-by: Brian Hetro <whee@smaertness.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/hooks.txt')
-rw-r--r--Documentation/hooks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hooks.txt b/Documentation/hooks.txt
index 6836477ca..c39edc57c 100644
--- a/Documentation/hooks.txt
+++ b/Documentation/hooks.txt
@@ -176,7 +176,7 @@ hook does on its standard input.
This hook does not affect the outcome of `git-receive-pack`, as it
is called after the real work is done.
-This supersedes the <<post-update,'post-update'>> hook in that it get's
+This supersedes the <<post-update,'post-update'>> hook in that it gets
both old and new values of all the refs in addition to their
names.