diff hgext/convert/convcmd.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents eaf6a6d7f015
children 5965997b7023
line wrap: on
line diff
--- 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