diff mercurial/mail.py @ 26098:ce26928cbe41

spelling: behaviour -> behavior
author timeless@mozdev.org
date Fri, 28 Aug 2015 10:53:55 -0400
parents ae21d51bdc43
children 56b2bcea2529
line wrap: on
line diff
--- 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'] = ' '