help: remove stray double spaces from config help
authortimeless <timeless@mozdev.org>
Tue, 29 Dec 2015 15:02:13 +0000
changeset 27552 20589d3bda6d
parent 27551 822927d4d930
child 27553 56caab876bd8
help: remove stray double spaces from config help
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Tue Dec 29 15:00:04 2015 +0000
+++ b/mercurial/help/config.txt	Tue Dec 29 15:02:13 2015 +0000
@@ -787,7 +787,7 @@
   command line are passed as ``$HG_ARGS``. Parsed command line arguments
   are passed as ``$HG_PATS`` and ``$HG_OPTS``. These contain string
   representations of the data internally passed to <command>. ``$HG_OPTS``
-  is a  dictionary of options (with unspecified options set to their
+  is a dictionary of options (with unspecified options set to their
   defaults). ``$HG_PATS`` is a list of arguments. If the hook returns
   failure, the command doesn't execute and Mercurial returns the failure
   code.
@@ -1612,7 +1612,7 @@
     username are expanded.
 
     (default: ``$EMAIL`` or ``username@hostname``. If the username in
-    hgrc is empty, e.g. if the system admin set ``username =``  in the
+    hgrc is empty, e.g. if the system admin set ``username =`` in the
     system hgrc, it has to be specified manually or in a different
     hgrc file)