diff mercurial/scmutil.py @ 26098:ce26928cbe41

spelling: behaviour -> behavior
author timeless@mozdev.org
date Fri, 28 Aug 2015 10:53:55 -0400
parents cc3a30ff9490
children a112fffdb632
line wrap: on
line diff
--- a/mercurial/scmutil.py	Fri Aug 28 12:18:12 2015 -0400
+++ b/mercurial/scmutil.py	Fri Aug 28 10:53:55 2015 -0400
@@ -1062,7 +1062,7 @@
     Mercurial either atomic renames or appends for files under .hg,
     so to ensure the cache is reliable we need the filesystem to be able
     to tell us if a file has been replaced. If it can't, we fallback to
-    recreating the object on every call (essentially the same behaviour as
+    recreating the object on every call (essentially the same behavior as
     propertycache).
 
     '''