--- 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).
'''