doc/hgmanpage.py
changeset 26781 1aee2ab0f902
parent 26193 47e60ed4834f
child 28967 cd5e7195e441
--- a/doc/hgmanpage.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/doc/hgmanpage.py	Sat Oct 17 00:58:46 2015 +0200
@@ -427,7 +427,7 @@
         pass
 
     def visit_block_quote(self, node):
-        # BUG/HACK: indent always uses the _last_ indention,
+        # BUG/HACK: indent always uses the _last_ indentation,
         # thus we need two of them.
         self.indent(BLOCKQOUTE_INDENT)
         self.indent(0)