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>

Liginity Lee committed Feb 2, 2022 at 09:00 UTC 45d0212a71a656ae76e2d2a28b57417112941bdb
1 file changed +1 -1
Documentation/git-mktree.txt
+1 -1
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.