mercurial/obsolete.py
changeset 17516 e93633eb7099
parent 17304 0368fc55d572
child 17524 a736e1e15e46
--- 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 <node>
 
-    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: