diff options
author | Elijah Newren <newren@gmail.com> | 2019-11-05 17:07:21 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-07 13:42:00 +0900 |
commit | 891529792547c55bf8c94ea8831631702492e839 (patch) | |
tree | 7684de74871fb09803ed5f727a6e41cc0a9a0f55 /contrib/hooks/update-paranoid | |
parent | Documentation: fix a bunch of typos, both old and new (diff) | |
download | tgif-891529792547c55bf8c94ea8831631702492e839.tar.xz |
Fix spelling errors in documentation outside of Documentation/
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/hooks/update-paranoid')
-rwxr-xr-x | contrib/hooks/update-paranoid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hooks/update-paranoid b/contrib/hooks/update-paranoid index d18b317b2f..0092d67b8a 100755 --- a/contrib/hooks/update-paranoid +++ b/contrib/hooks/update-paranoid @@ -49,7 +49,7 @@ opcode. Repository sections are matched on the basename of the repository (after removing the .git suffix). -The opcode abbrevations are: +The opcode abbreviations are: C: create new ref D: delete existing ref |