summaryrefslogtreecommitdiff
path: root/Documentation/git-cherry-pick.txt
diff options
context:
space:
mode:
authorPablo Santiago Blum de Aguiar <scorphus@gmail.com>2016-05-29 19:29:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-30 00:32:12 (GMT)
commitcd82b7a0f7217d82dd04fd95f88f0cb3294199f6 (patch)
treeedbb8266ac9638a1a11c64d70235685155d779b3 /Documentation/git-cherry-pick.txt
parent282616c72d1d08a77ca4fe1186cb708c38408d87 (diff)
downloadgit-cd82b7a0f7217d82dd04fd95f88f0cb3294199f6.zip
git-cd82b7a0f7217d82dd04fd95f88f0cb3294199f6.tar.gz
git-cd82b7a0f7217d82dd04fd95f88f0cb3294199f6.tar.bz2
git-cherry-pick.txt: correct a small typo
Most of the document mentions `behavior` instead of the British variation, `behaviour`. This change makes it consistent. Signed-off-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-cherry-pick.txt')
-rw-r--r--Documentation/git-cherry-pick.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt
index 1c03c79..2e2b143 100644
--- a/Documentation/git-cherry-pick.txt
+++ b/Documentation/git-cherry-pick.txt
@@ -125,7 +125,7 @@ effect to your index in a row.
--allow-empty-message::
By default, cherry-picking a commit with an empty message will fail.
- This option overrides that behaviour, allowing commits with empty
+ This option overrides that behavior, allowing commits with empty
messages to be cherry picked.
--keep-redundant-commits::