mercurial/context.py
branchstable
changeset 19951 d51c4d85ec23
parent 19902 12a8bdd97b4f
child 20035 cd79d9ab5e42
--- 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"""