diff -r bbf544b5f2e9 -r 1aee2ab0f902 doc/hgmanpage.py --- 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)