# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:18 # Node ID 47b25475427f6ab923c37acb92a80603d43ec653 # Parent 74801685aaa296e7d779fd135565453bc6b60fa1 spelling: indented * * * spelling: indented diff --git a/mercurial/minirst.py b/mercurial/minirst.py --- a/mercurial/minirst.py +++ b/mercurial/minirst.py @@ -133,7 +133,7 @@ def splitparagraphs(blocks): def match(lines, i, itemre, singleline): """Does itemre match an item at line i? - A list item can be followed by an idented line or another list + A list item can be followed by an indented line or another list item (but only if singleline is True). """ line1 = lines[i]