git-cherry-pick.txt: correct a small typo
authorPablo Santiago Blum de Aguiar <scorphus@gmail.com>
Sun, 29 May 2016 19:29:29 +0000 (16:29 -0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 May 2016 00:32:12 +0000 (17:32 -0700)
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>
Documentation/git-cherry-pick.txt
index 1c03c792b0be98181d1e988d6bd19a4637ce6ec5..2e2b1436e2017b7aa0e9ba5965942d1fb0f30563 100644 (file)
@@ -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::