mercurial/mail.py
changeset 26098 ce26928cbe41
parent 25957 ae21d51bdc43
child 26587 56b2bcea2529
--- a/mercurial/mail.py	Fri Aug 28 12:18:12 2015 -0400
+++ b/mercurial/mail.py	Fri Aug 28 10:53:55 2015 -0400
@@ -31,10 +31,10 @@
     constructor, and 2.7 removed this parameter.
 
     Default argument is continuation_ws=' ', which means that the
-    behaviour is different in <2.7 and 2.7
+    behavior is different in <2.7 and 2.7
 
-    We consider the 2.7 behaviour to be preferable, but need
-    to have an unified behaviour for versions 2.4 to 2.7
+    We consider the 2.7 behavior to be preferable, but need
+    to have an unified behavior for versions 2.4 to 2.7
     """
     # override continuation_ws
     kw['continuation_ws'] = ' '