[commit: ghc] master: Fix typo everytime (721f81d)
Simon Marlow
marlowsd at gmail.com
Tue May 31 11:53:40 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/721f81db76ac99b40b64d485ac481c71173321bf
>---------------------------------------------------------------
commit 721f81db76ac99b40b64d485ac481c71173321bf
Author: Daniel Fischer <daniel.is.fischer at googlemail.com>
Date: Mon May 30 08:13:05 2011 +0200
Fix typo everytime
>---------------------------------------------------------------
docs/users_guide/ghci.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index d33ac8e..72481eb 100644
--- a/docs/users_guide/ghci.xml
+++ b/docs/users_guide/ghci.xml
@@ -2812,7 +2812,7 @@ Prelude> :set -fno-glasgow-exts
defining useful macros. Placing a <filename>.ghci</filename> file
in a directory with a Haskell project is a useful way to set
certain project-wide options so you don't have to type them
- everytime you start GHCi: eg. if your project uses GHC extensions
+ every time you start GHCi: eg. if your project uses GHC extensions
and CPP, and has source files in three subdirectories A, B and C,
you might put the following lines in
<filename>.ghci</filename>:</para>
More information about the Cvs-ghc
mailing list