# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:18 # Node ID 74801685aaa296e7d779fd135565453bc6b60fa1 # Parent d057e92dadfc97936abafb3ae6f1e43d3485f81c spelling: further diff --git a/hgext/convert/bzr.py b/hgext/convert/bzr.py --- a/hgext/convert/bzr.py +++ b/hgext/convert/bzr.py @@ -246,7 +246,7 @@ class bzr_source(converter_source): # 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 diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -594,7 +594,7 @@ def destination(repo, subset, x): # 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.