X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fghci.xml;h=891490106df0a5634631f07013ed3bfadfbc470a;hb=df87e59ebe63776ef33b2587b50930baf9614931;hp=fcdf986f9bbcdd932b504aa7b080d827a510b767;hpb=c61f8941450284c3f33b6bd396204b2025a6f47e;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/ghci.xml b/ghc/docs/users_guide/ghci.xml index fcdf986..8914901 100644 --- a/ghc/docs/users_guide/ghci.xml +++ b/ghc/docs/users_guide/ghci.xml @@ -10,7 +10,7 @@ is GHC's interactive environment, in which Haskell expressions can be interactively evaluated and programs can be interpreted. If - you're famililar with HugsHugs + you're familiar with HugsHugs , then you'll be right at home with GHCi. However, GHCi also has support for interactively loading compiled code, as well as supporting allexcept foreign export, at the moment @@ -668,7 +668,7 @@ Wed Mar 14 12:23:13 GMT 2001 - + Invoking GHCi invokingGHCi @@ -765,7 +765,7 @@ $ ghci -lm the standard library search path for your system, - which on some systems may be overriden by setting the + which on some systems may be overridden by setting the LD_LIBRARY_PATH environment variable.