From: Ian Lynagh Date: Sun, 3 Sep 2006 21:03:49 +0000 (+0000) Subject: Remove a tab causing ghci's :? alignment to go wrong X-Git-Tag: Before_FC_branch_merge~89 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b02735551ba8e60a0be2d1a4f9b91564763cc759 Remove a tab causing ghci's :? alignment to go wrong --- diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index cac385b..5a54af2 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 (defauilt: \"TAGS\")\n" ++ " :type show the type of \n" ++ " :kind show the kind of \n" ++ " :undef undefine user-defined command :\n" ++