spelling: further
authortimeless@mozdev.org
Fri, 17 Aug 2012 13:58:18 -0700
changeset 17494 74801685aaa2
parent 17493 d057e92dadfc
child 17495 47b25475427f
spelling: further
hgext/convert/bzr.py
mercurial/revset.py
--- a/hgext/convert/bzr.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/hgext/convert/bzr.py	Fri Aug 17 13:58:18 2012 -0700
@@ -246,7 +246,7 @@
                         # register the change as move
                         renames[topath] = frompath
 
-                # no futher changes, go to the next change
+                # no further changes, go to the next change
                 continue
 
             # we got unicode paths, need to convert them
--- a/mercurial/revset.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/revset.py	Fri Aug 17 13:58:18 2012 -0700
@@ -594,7 +594,7 @@
 
             # The visited lineage is a match if the current source is in the arg
             # set.  Since every candidate dest is visited by way of iterating
-            # subset, any dests futher back in the lineage will be tested by a
+            # subset, any dests further back in the lineage will be tested by a
             # different iteration over subset.  Likewise, if the src was already
             # selected, the current lineage can be selected without going back
             # further.