From fed8458637fecad51631507a5eabcc4af374de24 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 12 Nov 2006 17:09:46 +0000 Subject: [PATCH] Fix typo "comand" (trac #965) --- compiler/ghci/InteractiveUI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index 9e05c87..f1e47cb 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -168,7 +168,7 @@ helpText = " :set args ... set the arguments returned by System.getArgs\n" ++ " :set prog set the value returned by System.getProgName\n" ++ " :set prompt set the prompt used in GHCi\n" ++ - " :set editor set the comand used for :edit\n" ++ + " :set editor 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" ++ -- 1.7.10.4