diff mercurial/context.py @ 15872:a3e2b9a1f063 stable

filectx: typo in comment
author Christian Ebert <blacktrash@gmx.net>
date Sun, 15 Jan 2012 13:39:09 +0100
parents 012b285cf643
children 933b9ff73750
line wrap: on
line diff
--- a/mercurial/context.py	Sun Jan 15 13:37:33 2012 +0100
+++ b/mercurial/context.py	Sun Jan 15 13:39:09 2012 +0100
@@ -371,7 +371,7 @@
         if (fctx._filerev is None
             and (self._repo._encodefilterpats
                  # if file data starts with '\1\n', empty metadata block is
-                 # prepended, which adds 4 bytes to fielog.size().
+                 # prepended, which adds 4 bytes to filelog.size().
                  or self.size() - 4 == fctx.size())
             or self.size() == fctx.size()):
             return self._filelog.cmp(self._filenode, fctx.data())