[commit: ghc] master: Fix typo in docs; spotted by Gabor Greif (6387eba)

Ian Lynagh igloo at earth.li
Sat Jan 12 17:07:15 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6387eba88dc95e6b56133309509c387628986171

>---------------------------------------------------------------

commit 6387eba88dc95e6b56133309509c387628986171
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sat Jan 12 16:07:03 2013 +0000

    Fix typo in docs; spotted by Gabor Greif

>---------------------------------------------------------------

 docs/users_guide/sooner.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/users_guide/sooner.xml b/docs/users_guide/sooner.xml
index ad798ac..4a6430c 100644
--- a/docs/users_guide/sooner.xml
+++ b/docs/users_guide/sooner.xml
@@ -295,7 +295,7 @@ f (Wibble x y)  # ugly, and proud of it
           <literal>Strictness: &lt;string&gt;</literal>.  The
           <literal>&lt;string&gt;</literal> gives the strictness of
           the function's arguments: see <ulink url="http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Demand">
-          the GHC Commentary</ulink> for a description of the stricntess notation.
+          the GHC Commentary</ulink> for a description of the strictness notation.
           </para>
 
 	  <para>For an &ldquo;unpackable&rdquo;





More information about the ghc-commits mailing list