aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorBeshr Kayali <me@beshr.com>2021-06-28 21:37:18 +0200
committerJunio C Hamano <gitster@pobox.com>2021-06-28 13:08:25 -0700
commit9fffc385830a3abc54e76473e9332166942e116e (patch)
tree12672ab7a65b194c4baf6c20830a7356ba889dde /Documentation/git-commit.txt
parentebf3c04b262aa27fbb97f8a0156c2347fecafafb (diff)
downloadgit-9fffc385830a3abc54e76473e9332166942e116e.tar.gz
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>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt2
1 files changed, 1 insertions, 1 deletions
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.