Remove a tab causing ghci's :? alignment to go wrong
authorIan Lynagh <igloo@earth.li>
Sun, 3 Sep 2006 21:03:49 +0000 (21:03 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 3 Sep 2006 21:03:49 +0000 (21:03 +0000)
compiler/ghci/InteractiveUI.hs

index cac385b..5a54af2 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 (defauilt: \"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" ++