summaryrefslogtreecommitdiff
path: root/Documentation/githooks.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-01-15 15:20:28 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-01-15 15:20:28 -0800
commitb17eb5b4e4e02cf8d5830fdb132247da55749124 (patch)
treef89ff333799ecdbc888837e3d6312a034ba8816f /Documentation/githooks.txt
parentMerge branch 'bc/rev-parse-path-format' (diff)
parentdoc: fix some typos (diff)
downloadtgif-b17eb5b4e4e02cf8d5830fdb132247da55749124.tar.xz
Merge branch 'ta/doc-typofix'
Doc fix. * ta/doc-typofix: doc: fix some typos
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 ffccfc7760..1f3b57d04d 100644
--- a/Documentation/githooks.txt
+++ b/Documentation/githooks.txt
@@ -644,7 +644,7 @@ changelist text. Exiting with a non-zero status from the script
will abort the process.
The purpose of the hook is to edit the message file in place,
-and it is not supressed by the `--no-verify` option. This hook
+and it is not suppressed by the `--no-verify` option. This hook
is called even if `--prepare-p4-only` is set.
Run `git-p4 submit --help` for details.