diff mercurial/util.py @ 30332:318a24b52eeb

spelling: fixes of non-dictionary words
author Mads Kiilerich <madski@unity3d.com>
date Mon, 17 Oct 2016 23:16:55 +0200
parents dadb00a0ec0f
children 358cda0af6ee
line wrap: on
line diff
--- a/mercurial/util.py	Thu Nov 03 17:31:14 2016 -0700
+++ b/mercurial/util.py	Mon Oct 17 23:16:55 2016 +0200
@@ -1456,7 +1456,7 @@
     def __eq__(self, old):
         try:
             # if ambiguity between stat of new and old file is
-            # avoided, comparision of size, ctime and mtime is enough
+            # avoided, comparison of size, ctime and mtime is enough
             # to exactly detect change of a file regardless of platform
             return (self.stat.st_size == old.stat.st_size and
                     self.stat.st_ctime == old.stat.st_ctime and