diff doc/hgmanpage.py @ 24180:d8e0c591781c

spelling: fixes from proofreading of spell checker issues
author Mads Kiilerich <madski@unity3d.com>
date Sun, 18 Jan 2015 02:38:57 +0100
parents 9de689d20230
children 47e60ed4834f
line wrap: on
line diff
--- 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)