git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix typo in git-mktree.txt
@ 2022-02-02  9:00 lgl via GitGitGadget
  2022-02-02  9:33 ` Ævar Arnfjörð Bjarmason
  2022-02-02 18:32 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: lgl via GitGitGadget @ 2022-02-02  9:00 UTC (permalink / raw)
  To: git; +Cc: lgl, liginity

From: liginity <liginity@outlook.com>

fix a typo: change "as" to "a".

Signed-off-by: Liginity Lee <liginity@outlook.com>
---
    fix typo in git-mktree.txt
    
    fix a typo: change "as" to "a".
    
    Signed-off-by: Liginity Lee liginity@outlook.com

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1207%2Fliginity%2Fpatch-mktree-documentation-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1207/liginity/patch-mktree-documentation-v1
Pull-Request: https://github.com/git/git/pull/1207

 Documentation/git-mktree.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-mktree.txt b/Documentation/git-mktree.txt
index 27fe2b32e10..76b44f4da10 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.
 

base-commit: 5d01301f2b865aa8dba1654d3f447ce9d21db0b5
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-02 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02  9:00 [PATCH] fix typo in git-mktree.txt lgl via GitGitGadget
2022-02-02  9:33 ` Ævar Arnfjörð Bjarmason
2022-02-02 18:32 ` Junio C Hamano
2022-02-02 18:46   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).