mercurial/context.py
changeset 18644 3e92772d5383
parent 18464 a2e9fe93d9ea
child 18661 4fb92f14a97a
--- a/mercurial/context.py	Fri Feb 08 23:26:00 2013 +0100
+++ b/mercurial/context.py	Sun Feb 10 18:24:29 2013 +0100
@@ -426,12 +426,12 @@
             # repository is filtered this may lead to `filectx` trying to build
             # `changectx` for filtered revision. In such case we fallback to
             # creating `changectx` on the unfiltered version of the reposition.
-            # This fallback should not be an issue because`changectx` from
-            # `filectx` are not used in complexe operation that care about
+            # This fallback should not be an issue because `changectx` from
+            # `filectx` are not used in complex operations that care about
             # filtering.
             #
             # This fallback is a cheap and dirty fix that prevent several
-            # crash. It does not ensure the behavior is correct. However the
+            # crashes. It does not ensure the behavior is correct. However the
             # behavior was not correct before filtering either and "incorrect
             # behavior" is seen as better as "crash"
             #