spelling: Structured
authortimeless@mozdev.org
Fri, 17 Aug 2012 13:58:19 -0700
changeset 17517 15036492a103
parent 17516 e93633eb7099
child 17518 cb68ca8a62f7
spelling: Structured
doc/hgmanpage.py
--- a/doc/hgmanpage.py	Fri Aug 17 13:58:19 2012 -0700
+++ b/doc/hgmanpage.py	Fri Aug 17 13:58:19 2012 -0700
@@ -158,7 +158,7 @@
     """"""
 
     words_and_spaces = re.compile(r'\S+| +|\n')
-    document_start = """Man page generated from reStructeredText."""
+    document_start = """Man page generated from reStructuredText."""
 
     def __init__(self, document):
         nodes.NodeVisitor.__init__(self, document)