From: Pablo Santiago Blum de Aguiar Date: Sun, 29 May 2016 19:29:29 +0000 (-0300) Subject: git-cherry-pick.txt: correct a small typo X-Git-Tag: v2.9.0-rc2~10^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cd82b7a0f7217d82dd04fd95f88f0cb3294199f6?ds=inline;hp=-c 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 Signed-off-by: Junio C Hamano --- cd82b7a0f7217d82dd04fd95f88f0cb3294199f6 diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt index 1c03c792b0..2e2b1436e2 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::