Mercurial > public > mercurial-scm > hg-stable
diff mercurial/context.py @ 18644:3e92772d5383
spelling: fix some minor issues found by spell checker
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sun, 10 Feb 2013 18:24:29 +0100 |
parents | a2e9fe93d9ea |
children | 4fb92f14a97a |
line wrap: on
line diff
--- 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" #