Mercurial > public > mercurial-scm > hg-stable
diff mercurial/context.py @ 19951:d51c4d85ec23 stable
spelling: random spell checker fixes
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 24 Oct 2013 01:49:56 +0800 |
parents | 12a8bdd97b4f |
children | cd79d9ab5e42 |
line wrap: on
line diff
--- a/mercurial/context.py Thu Oct 17 16:13:15 2013 +0800 +++ b/mercurial/context.py Thu Oct 24 01:49:56 2013 +0800 @@ -197,7 +197,7 @@ class changectx(basectx): """A changecontext object makes access to data related to a particular - changeset convenient. It represents a read-only context already presnt in + changeset convenient. It represents a read-only context already present in the repo.""" def __init__(self, repo, changeid=''): """changeid is a revision number, node, or tag"""