[commit: ghc] master: Typo in release notes (2eb4487)

git at git.haskell.org git at git.haskell.org
Mon Sep 16 17:48:48 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2eb4487a0229675716f67913a814bac3503fa76b/ghc

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

commit 2eb4487a0229675716f67913a814bac3503fa76b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Sep 16 17:48:10 2013 +0200

    Typo in release notes


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

2eb4487a0229675716f67913a814bac3503fa76b
 docs/users_guide/7.8.1-notes.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 48c4bae..8645508 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -553,7 +553,7 @@
             <listitem>
                 <para>
                     <literal>Data.Bool</literal> now exports
-                    <literal>bool :: a -> a -> Bool -> a</literal>, analagous
+                    <literal>bool :: a -> a -> Bool -> a</literal>, analogous
                     to <literal>maybe</literal> and <literal>either</literal>
                     in their respective modules.
                </para>




More information about the ghc-commits mailing list