diff -r 14d647d25c70 -r d8e0c591781c doc/hgmanpage.py --- 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)