# HG changeset patch # User Wagner Bruna # Date 2014-10-23 14:28:00 # Node ID 2b3189ec3d1482526b88e1f0190131259d577225 # Parent 21a55dbc394083c629d180cf1abb891dfaa5775c help/config: fix typo diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -403,7 +403,7 @@ required): Configuring items below instead of ``changeset`` allows showing customized message only for specific actions, or showing different -messages for each actions. +messages for each action. - ``changeset.backout`` for :hg:`backout` - ``changeset.commit.amend.merge`` for :hg:`commit --amend` on merges