]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: fix typo in the --patch option of the commit command
authorBeshr Kayali <me@beshr.com>
Mon, 28 Jun 2021 19:37:18 +0000 (21:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jun 2021 20:08:25 +0000 (13:08 -0700)
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>
Documentation/git-commit.txt

index 340c5fbb48fc1ba82fa693048e600186e8556b21..95fec5f0699046ebc36b8d30137640b3fb04be8c 100644 (file)
@@ -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.