changeset 7828:f51e2263d2aa

Typo fix
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu, 05 Mar 2009 14:44:13 +0800
parents 2dfe5cf92ad3
children b61e918ea767
files mercurial/help.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.