diff hgext/mq.py @ 26098:ce26928cbe41

spelling: behaviour -> behavior
author timeless@mozdev.org
date Fri, 28 Aug 2015 10:53:55 -0400
parents 0fdf2c304019
children 2aa0dde846b4
line wrap: on
line diff
--- a/hgext/mq.py	Fri Aug 28 12:18:12 2015 -0400
+++ b/hgext/mq.py	Fri Aug 28 10:53:55 2015 -0400
@@ -28,7 +28,7 @@
 
 By default, mq will automatically use git patches when required to
 avoid losing file mode changes, copy records, binary files or empty
-files creations or deletions. This behaviour can be configured with::
+files creations or deletions. This behavior can be configured with::
 
   [mq]
   git = auto/keep/yes/no