mercurial/minirst.py
changeset 17424 e7cfe3587ea4
parent 16815 e740746ea557
child 18748 6e676fb6ea44
--- a/mercurial/minirst.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/mercurial/minirst.py	Wed Aug 15 22:38:42 2012 +0200
@@ -133,7 +133,7 @@
     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]