changeset 17494:74801685aaa2

spelling: further
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents d057e92dadfc
children 47b25475427f
files hgext/convert/bzr.py mercurial/revset.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.