summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2022-02-16 15:14:26 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-02-16 15:14:26 -0800
commitdd77ff8181d56f3a36fb8d67a8f54a9905dd8208 (patch)
tree4d14b04fe4092889469f43f9db3579ed7ff98615 /Documentation
parentMerge branch 'ld/sparse-index-bash-completion' (diff)
parentfix typo in git-mktree.txt (diff)
downloadtgif-dd77ff8181d56f3a36fb8d67a8f54a9905dd8208.tar.xz
Merge branch 'll/doc-mktree-typofix'
Typofix. * ll/doc-mktree-typofix: fix typo in git-mktree.txt
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.