summaryrefslogtreecommitdiff
path: root/Documentation/githooks.txt
diff options
context:
space:
mode:
authorThomas Ackermann <th.acker@arcor.de>2021-01-03 14:25:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-01-04 19:27:48 (GMT)
commit7efc37820508ba00ab426b3f901865f8bd3bdcef (patch)
tree4a5ba162fab9a552cc64ffe229d16c8ad0c6669b /Documentation/githooks.txt
parent71ca53e8125e36efbda17293c50027d31681a41f (diff)
downloadgit-7efc37820508ba00ab426b3f901865f8bd3bdcef.zip
git-7efc37820508ba00ab426b3f901865f8bd3bdcef.tar.gz
git-7efc37820508ba00ab426b3f901865f8bd3bdcef.tar.bz2
doc: fix some typos
Signed-off-by: Thomas Ackermann <th.acker@arcor.de> Acked-by: Martin Ă…gren <martin.agren@gmail.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 ffccfc7..1f3b57d 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.