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>

Pablo Santiago Blum de Aguiar committed May 29, 2016 at 16:29 UTC cd82b7a0f7217d82dd04fd95f88f0cb3294199f6
1 file changed +1 -1
Documentation/git-cherry-pick.txt
+1 -1
@@ -125,7 +125,7 @@ effect to your index in a row.
125
126 --allow-empty-message::
127 By default, cherry-picking a commit with an empty message will fail.
128 - This option overrides that behaviour, allowing commits with empty
128 + This option overrides that behavior, allowing commits with empty
129 messages to be cherry picked.
130
131 --keep-redundant-commits::