changeset 17495:47b25475427f

spelling: indented * * * spelling: indented
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 74801685aaa2
children 223328c6f943
files mercurial/minirst.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/minirst.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/minirst.py	Fri Aug 17 13:58:18 2012 -0700
@@ -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]