spelling: descendants
authortimeless@mozdev.org
Fri, 17 Aug 2012 13:58:18 -0700
changeset 17483 fe3b26048140
parent 17482 3afb61810680
child 17484 a0ee6d846185
spelling: descendants
mercurial/revlog.py
--- a/mercurial/revlog.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/revlog.py	Fri Aug 17 13:58:18 2012 -0700
@@ -547,7 +547,7 @@
         # Our topologically sorted list of output nodes.
         orderedout = []
         # Don't start at nullid since we don't want nullid in our output list,
-        # and if nullid shows up in descedents, empty parents will look like
+        # and if nullid shows up in descendants, empty parents will look like
         # they're descendants.
         for r in xrange(max(lowestrev, 0), highestrev + 1):
             n = self.node(r)