diff mercurial/obsolete.py @ 17516:e93633eb7099

spelling: split
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents 0368fc55d572
children a736e1e15e46
line wrap: on
line diff
--- 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: