Fix typo "comand" (trac #965)
authorIan Lynagh <igloo@earth.li>
Sun, 12 Nov 2006 17:09:46 +0000 (17:09 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 12 Nov 2006 17:09:46 +0000 (17:09 +0000)
compiler/ghci/InteractiveUI.hs

index 9e05c87..f1e47cb 100644 (file)
@@ -168,7 +168,7 @@ helpText =
  "   :set args <arg> ...         set the arguments returned by System.getArgs\n" ++
  "   :set prog <progname>        set the value returned by System.getProgName\n" ++
  "   :set prompt <prompt>        set the prompt used in GHCi\n" ++
- "   :set editor <cmd>           set the comand used for :edit\n" ++
+ "   :set editor <cmd>           set the command used for :edit\n" ++
  "\n" ++
  "   :show modules               show the currently loaded modules\n" ++
  "   :show bindings              show the current bindings made at the prompt\n" ++