doc/hgmanpage.py
changeset 24180 d8e0c591781c
parent 19378 9de689d20230
child 26193 47e60ed4834f
--- a/doc/hgmanpage.py	Fri Feb 27 21:42:58 2015 +0100
+++ b/doc/hgmanpage.py	Sun Jan 18 02:38:57 2015 +0100
@@ -427,7 +427,7 @@
         pass
 
     def visit_block_quote(self, node):
-        # BUG/HACK: indent alway uses the _last_ indention,
+        # BUG/HACK: indent always uses the _last_ indention,
         # thus we need two of them.
         self.indent(BLOCKQOUTE_INDENT)
         self.indent(0)