hgext/convert/convcmd.py
changeset 17424 e7cfe3587ea4
parent 16925 eaf6a6d7f015
child 18372 5965997b7023
--- a/hgext/convert/convcmd.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/hgext/convert/convcmd.py	Wed Aug 15 22:38:42 2012 +0200
@@ -167,7 +167,7 @@
 
     def toposort(self, parents, sortmode):
         '''Return an ordering such that every uncommitted changeset is
-        preceeded by all its uncommitted ancestors.'''
+        preceded by all its uncommitted ancestors.'''
 
         def mapchildren(parents):
             """Return a (children, roots) tuple where 'children' maps parent