diff doc/hgmanpage.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 47e60ed4834f
children cd5e7195e441
line wrap: on
line diff
--- 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)