# HG changeset patch # User timeless@mozdev.org # Date 1345237099 25200 # Node ID e93633eb7099290b1cdc47c3839f318ceddf48f7 # Parent b5b38d21fe99f053d2f3acbaaa3c5927e0f135fc spelling: split diff -r b5b38d21fe99 -r e93633eb7099 mercurial/obsolete.py --- a/mercurial/obsolete.py Fri Aug 17 13:58:19 2012 -0700 +++ b/mercurial/obsolete.py Fri Aug 17 13:58:19 2012 -0700 @@ -318,7 +318,7 @@ def anysuccessors(obsstore, node): """Yield every successor of - This this a linear yield unsuitable to detect splitted changeset.""" + This this a linear yield unsuitable to detect split changeset.""" remaining = set([node]) seen = set(remaining) while remaining: