mercurial/graphmod.py
changeset 24180 d8e0c591781c
parent 23570 3f86fe9bcef0
child 25951 69751804f2f5
--- a/mercurial/graphmod.py	Fri Feb 27 21:42:58 2015 +0100
+++ b/mercurial/graphmod.py	Sun Jan 18 02:38:57 2015 +0100
@@ -122,7 +122,7 @@
             heappush(pendingheap, -currentrev)
             pendingset.add(currentrev)
         # iterates on pending rev until after the current rev have been
-        # processeed.
+        # processed.
         rev = None
         while rev != currentrev:
             rev = -heappop(pendingheap)