# HG changeset patch # User Gregory Szorc # Date 1478736284 28800 # Node ID 494d5cec0b07653a6b5daaaaec768dea92ffa987 # Parent 9cc438bf7d9a7d187fd6da118f9be70524ccacf3 help: fix double word usage "most" was used twice. (I fixed a grammar error before timeless spotted it!) diff -r 9cc438bf7d9a -r 494d5cec0b07 mercurial/help/config.txt --- a/mercurial/help/config.txt Wed Nov 09 22:08:30 2016 +0000 +++ b/mercurial/help/config.txt Wed Nov 09 16:04:44 2016 -0800 @@ -1410,8 +1410,8 @@ identify the expensive parts of a non-trivial function. ``stat`` Use a statistical profiler, statprof. This profiler is most - most useful for profiling commands that run for longer than - about 0.1 seconds. + useful for profiling commands that run for longer than about 0.1 + seconds. ``format`` Profiling format. Specific to the ``ls`` instrumenting profiler.