changeset 15872:a3e2b9a1f063 stable

filectx: typo in comment
author Christian Ebert <blacktrash@gmx.net>
date Sun, 15 Jan 2012 13:39:09 +0100
parents 07893690c435
children 933b9ff73750 29defa7d20f6
files mercurial/context.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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())