summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Liginity Lee <liginity@outlook.com>2022-02-02 09:00:50 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-02-02 14:50:09 -0800
commit45d0212a71a656ae76e2d2a28b57417112941bdb (patch)
tree6fc923b03d55cd95f3706afc997e604d10815f64 /Documentation
parentGit 2.35.1 (diff)
downloadtgif-45d0212a71a656ae76e2d2a28b57417112941bdb.tar.xz
fix typo in git-mktree.txt
fix a typo: change "as" to "a". Signed-off-by: Liginity Lee <liginity@outlook.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-mktree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-mktree.txt b/Documentation/git-mktree.txt
index 27fe2b32e1..76b44f4da1 100644
--- a/Documentation/git-mktree.txt
+++ b/Documentation/git-mktree.txt
@@ -31,7 +31,7 @@ OPTIONS
--batch::
Allow building of more than one tree object before exiting. Each
- tree is separated by as single blank line. The final new-line is
+ tree is separated by a single blank line. The final new-line is
optional. Note - if the `-z` option is used, lines are terminated
with NUL.