summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-07-13 16:52:52 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-07-13 16:52:52 -0700
commit21ef7ee4d6104c35fc6753da5406c842fb2d9286 (patch)
treed6466e9f157a51553a60c6aa8dea5a77287d8d22 /Documentation
parentMerge branch 'dc/p4-binary-submit-fix' (diff)
parentDocumentation: fix typo in the --patch option of the commit command (diff)
downloadtgif-21ef7ee4d6104c35fc6753da5406c842fb2d9286.tar.xz
Merge branch 'bk/doc-commit-typofix'
Doc typo/grammo-fix. * bk/doc-commit-typofix: Documentation: fix typo in the --patch option of the commit command
Diffstat (limited to 'Documentation')
-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.