filectx: typo in comment stable
authorChristian Ebert <blacktrash@gmx.net>
Sun, 15 Jan 2012 13:39:09 +0100
branchstable
changeset 15872 a3e2b9a1f063
parent 15871 07893690c435
child 15895 933b9ff73750
child 15900 29defa7d20f6
filectx: typo in comment
mercurial/context.py
--- 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())