# HG changeset patch # User timeless@mozdev.org # Date 1345237098 25200 # Node ID ae791d371864b4ecd52c817b9924556f543a81ab # Parent 593c5ca70a6359ebbd27dd2ac869d3ce8c8e6473 spelling: precede diff -r 593c5ca70a63 -r ae791d371864 hgext/convert/convcmd.py --- a/hgext/convert/convcmd.py Fri Aug 17 13:58:18 2012 -0700 +++ b/hgext/convert/convcmd.py Fri Aug 17 13:58:18 2012 -0700 @@ -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 diff -r 593c5ca70a63 -r ae791d371864 mercurial/windows.py --- a/mercurial/windows.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/windows.py Fri Aug 17 13:58:18 2012 -0700 @@ -153,7 +153,7 @@ # backslash # (See http://msdn2.microsoft.com/en-us/library/a1y7w461.aspx ) # So, to quote a string, we must surround it in double quotes, double -# the number of backslashes that preceed double quotes and add another +# the number of backslashes that precede double quotes and add another # backslash before every double quote (being careful with the double # quote we've appended to the end) _quotere = None