Documentation: fix typo in the --patch option of the commit command
Typofix (chose -> choose) in the documentation of the patch option under the commit command. Signed-off-by: Beshr Kayali <me@beshr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Beshr Kayali committed
Jun 28, 2021 at 21:37 UTC
9fffc385830a3abc54e76473e9332166942e116e
1 file changed
+1
-1
Documentation/git-commit.txt
+1
-1
index 340c5fbb48..95fec5f069 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -72,7 +72,7 @@ OPTIONS
-p::
--patch::
- Use the interactive patch selection interface to chose
+ Use the interactive patch selection interface to choose
which changes to commit. See linkgit:git-add[1] for
details.