]> git.ipfire.org Git - thirdparty/git.git/commitdiff
fix typo in git-mktree.txt
authorLiginity Lee <liginity@outlook.com>
Wed, 2 Feb 2022 09:00:50 +0000 (09:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Feb 2022 22:50:09 +0000 (14:50 -0800)
fix a typo: change "as" to "a".

Signed-off-by: Liginity Lee <liginity@outlook.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mktree.txt

index 27fe2b32e10b2f0c92315483ac4a5e8a9722d3db..76b44f4da103872d9b39c893b62286d37b159693 100644 (file)
@@ -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.