diff -r cce7ab960312 -r d51c4d85ec23 mercurial/context.py --- 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"""