aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/githooks.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-11-11 13:18:38 -0800
committerJunio C Hamano <gitster@pobox.com>2020-11-11 13:18:38 -0800
commit8d9e92b06b704a23b9e6d1e58ede04f5cb1e42f6 (patch)
tree95f3517c1b3cffd837415e7c3ea6157e06bcc20d /Documentation/githooks.txt
parentee13bebbd50f69ac593f3e87a0958045f38edf6d (diff)
parentb7e20b43733b81474b3b50a63cabe647538b010f (diff)
downloadgit-8d9e92b06b704a23b9e6d1e58ede04f5cb1e42f6.tar.gz
Merge branch 'mc/typofix'
Docfix. * mc/typofix: doc: fixing two trivial typos in Documentation/
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 4e097dc4e9..ffccfc7760 100644
--- a/Documentation/githooks.txt
+++ b/Documentation/githooks.txt
@@ -655,7 +655,7 @@ p4-post-changelist
This hook is invoked by `git-p4 submit`.
The `p4-post-changelist` hook is invoked after the submit has
-successfully occured in P4. It takes no parameters and is meant
+successfully occurred in P4. It takes no parameters and is meant
primarily for notification and cannot affect the outcome of the
git p4 submit action.