From 366e8db02ab7a5bb5316699bff397d06e47891b2 Mon Sep 17 00:00:00 2001 From: "basvandijk@home.nl" Date: Wed, 11 Oct 2006 20:43:01 +0000 Subject: [PATCH] Fixed spelling error in compiler/ghci/InteractiveUI.hs and docs/users_guide/ghci.xml --- compiler/ghci/InteractiveUI.hs | 2 +- docs/users_guide/ghci.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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> -- 1.7.10.4