diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py --- a/mercurial/obsolete.py +++ b/mercurial/obsolete.py @@ -318,7 +318,7 @@ def successormarkers(ctx): 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: