Fixed spelling error in compiler/ghci/InteractiveUI.hs and docs/users_guide/ghci.xml
authorbasvandijk@home.nl <unknown>
Wed, 11 Oct 2006 20:43:01 +0000 (20:43 +0000)
committerbasvandijk@home.nl <unknown>
Wed, 11 Oct 2006 20:43:01 +0000 (20:43 +0000)
compiler/ghci/InteractiveUI.hs
docs/users_guide/ghci.xml

index 159a5ce..9e05c87 100644 (file)
@@ -174,7 +174,7 @@ helpText =
  "   :show bindings              show the current bindings made at the prompt\n" ++
  "\n" ++
  "   :ctags [<file>]             create tags file for Vi (default: \"tags\")\n" ++
- "   :etags [<file>]             create tags file for Emacs (defauilt: \"TAGS\")\n" ++
+ "   :etags [<file>]             create tags file for Emacs (default: \"TAGS\")\n" ++
  "   :type <expr>                show the type of <expr>\n" ++
  "   :kind <type>                show the kind of <type>\n" ++
  "   :undef <cmd>                undefine user-defined command :<cmd>\n" ++
index 749b4d6..f9efe34 100644 (file)
@@ -68,7 +68,7 @@ Prelude>
    :show bindings              show the current bindings made at the prompt
 
    :ctags [&lt;file&gt;]             create tags file for Vi (default: "tags")
-   :etags [&lt;file&gt;]             create tags file for Emacs (defauilt: "TAGS")
+   :etags [&lt;file&gt;]             create tags file for Emacs (default: "TAGS")
    :type &lt;expr&gt;                show the type of &lt;expr&gt;
    :kind &lt;type&gt;                show the kind of &lt;type&gt;
    :undef &lt;cmd&gt;                undefine user-defined command :&lt;cmd&gt;