# HG changeset patch # User Dongsheng Song # Date 1236235453 -28800 # Node ID f51e2263d2aae3af1c080d907ea04d1397b5265e # Parent 2dfe5cf92ad33a4a61c5d8558a6eae10320752c7 Typo fix diff -r 2dfe5cf92ad3 -r f51e2263d2aa mercurial/help.py --- a/mercurial/help.py Wed Mar 04 22:56:17 2009 -0600 +++ b/mercurial/help.py Thu Mar 05 14:44:13 2009 +0800 @@ -98,7 +98,7 @@ HG:: Path to the 'hg' executable, automatically passed when running hooks, extensions or external tools. If unset or empty, this is the hg - exutable's name if it's frozen, or an executable named 'hg' + executable's name if it's frozen, or an executable named 'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on Windows) is searched.