From: basvandijk@home.nl Date: Wed, 11 Oct 2006 20:43:01 +0000 (+0000) Subject: Fixed spelling error in compiler/ghci/InteractiveUI.hs and docs/users_guide/ghci.xml X-Git-Tag: 2006-10-22~9 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=366e8db02ab7a5bb5316699bff397d06e47891b2;p=ghc-hetmet.git Fixed spelling error in compiler/ghci/InteractiveUI.hs and docs/users_guide/ghci.xml --- diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index 159a5ce..9e05c87 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -174,7 +174,7 @@ helpText = " :show bindings show the current bindings made at the prompt\n" ++ "\n" ++ " :ctags [] create tags file for Vi (default: \"tags\")\n" ++ - " :etags [] create tags file for Emacs (defauilt: \"TAGS\")\n" ++ + " :etags [] create tags file for Emacs (default: \"TAGS\")\n" ++ " :type show the type of \n" ++ " :kind show the kind of \n" ++ " :undef undefine user-defined command :\n" ++ diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 749b4d6..f9efe34 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -68,7 +68,7 @@ Prelude> :show bindings show the current bindings made at the prompt :ctags [<file>] create tags file for Vi (default: "tags") - :etags [<file>] create tags file for Emacs (defauilt: "TAGS") + :etags [<file>] create tags file for Emacs (default: "TAGS") :type <expr> show the type of <expr> :kind <type> show the kind of <type> :undef <cmd> undefine user-defined command :<cmd>