From: Liginity Lee Date: Wed, 2 Feb 2022 09:00:50 +0000 (+0000) Subject: fix typo in git-mktree.txt X-Git-Tag: v2.36.0-rc0~155^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45d0212a71a656ae76e2d2a28b57417112941bdb;p=thirdparty%2Fgit.git fix typo in git-mktree.txt fix a typo: change "as" to "a". Signed-off-by: Liginity Lee Signed-off-by: Junio C Hamano --- 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.