diff options
author | Beshr Kayali <me@beshr.com> | 2021-06-28 21:37:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-06-28 13:08:25 -0700 |
commit | 9fffc385830a3abc54e76473e9332166942e116e (patch) | |
tree | 12672ab7a65b194c4baf6c20830a7356ba889dde | |
parent | Git 2.32 (diff) | |
download | tgif-9fffc385830a3abc54e76473e9332166942e116e.tar.xz |
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>
-rw-r--r-- | Documentation/git-commit.txt | 2 |
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. |