From: Beshr Kayali Date: Mon, 28 Jun 2021 19:37:18 +0000 (+0200) Subject: Documentation: fix typo in the --patch option of the commit command X-Git-Tag: v2.33.0-rc0~60^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fffc385830a3abc54e76473e9332166942e116e;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt 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.