[commit: ghc] ghc-7.6: Fix typo in docs; spotted by Gabor Greif (4a2536d)

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


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

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/4a2536dd0ba0d3162820f2ca4b784f81bf0abffd

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

commit 4a2536dd0ba0d3162820f2ca4b784f81bf0abffd
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