diff mercurial/minirst.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 4b0fc75f9403
children 1d7e824ad093
line wrap: on
line diff
--- a/mercurial/minirst.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/mercurial/minirst.py	Sat Oct 17 00:58:46 2015 +0200
@@ -515,7 +515,7 @@
     if block['type'] == 'bullet':
         if block['lines'][0].startswith('| '):
             # Remove bullet for line blocks and add no extra
-            # indention.
+            # indentation.
             block['lines'][0] = block['lines'][0][2:]
         else:
             m = _bulletre.match(block['lines'][0])