summaryrefslogtreecommitdiff
path: root/Documentation/git-mktag.txt
diff options
context:
space:
mode:
authorLinus Arver <linusa@google.com>2023-06-07 19:26:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-06-12 20:52:51 (GMT)
commit548afb0d9a5a15e538fbf7e01fafbc27691365f1 (patch)
tree6b21a23e1cda322364d7ade3d998228605526bb6 /Documentation/git-mktag.txt
parentfe86abd7511a9a6862d5706c6fa1d9b57a63ba09 (diff)
downloadgit-548afb0d9a5a15e538fbf7e01fafbc27691365f1.zip
git-548afb0d9a5a15e538fbf7e01fafbc27691365f1.tar.gz
git-548afb0d9a5a15e538fbf7e01fafbc27691365f1.tar.bz2
docs: typofixes
These were found with an automated CLI tool [1]. Only the "Documentation" subfolder (and not source code files) was considered because the docs are user-facing. [1]: https://crates.io/crates/typos-cli Signed-off-by: Linus Arver <linusa@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mktag.txt')
-rw-r--r--Documentation/git-mktag.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-mktag.txt b/Documentation/git-mktag.txt
index 466a697..b2a2e80 100644
--- a/Documentation/git-mktag.txt
+++ b/Documentation/git-mktag.txt
@@ -33,7 +33,7 @@ from warnings to errors (so e.g. a missing "tagger" line is an error).
Extra headers in the object are also an error under mktag, but ignored
by linkgit:git-fsck[1]. This extra check can be turned off by setting
-the appropriate `fsck.<msg-id>` varible:
+the appropriate `fsck.<msg-id>` variable:
git -c fsck.extraHeaderEntry=ignore mktag <my-tag-with-headers