hgmanpage: fix grammar
authortimeless@mozdev.org
Tue, 08 Sep 2015 13:22:01 -0400
changeset 26193 47e60ed4834f
parent 26192 67e6e55360d2
child 26194 fc65d63ef3b9
hgmanpage: fix grammar remove 's's from places where they don't belong insert the preposition 'in'
doc/hgmanpage.py
--- a/doc/hgmanpage.py	Tue Sep 08 12:54:39 2015 -0400
+++ b/doc/hgmanpage.py	Tue Sep 08 13:22:01 2015 -0400
@@ -18,11 +18,11 @@
  7 miscellaneous
  8 system administration
 
-Man pages are written *troff*, a text file formatting system.
+Man pages are written in *troff*, a text file formatting system.
 
 See http://www.tldp.org/HOWTO/Man-Page for a start.
 
-Man pages have no subsection only parts.
+Man pages have no subsections only parts.
 Standard parts
 
   NAME ,
@@ -317,7 +317,7 @@
                     self._cnt = 0
                 self._indent = 2
                 if style == 'arabic':
-                    # indentation depends on number of childrens
+                    # indentation depends on number of children
                     # and start value.
                     self._indent = len(str(len(node.children)))
                     self._indent += len(str(self._cnt)) + 1