Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/f342512d3d8f5895ce19b420b22e424c05e1c2a9/ghc
>--------------------------------------------------------------- commit f342512d3d8f5895ce19b420b22e424c05e1c2a9 Author: Austin Seipp <[email protected]> Date: Mon Sep 9 22:07:19 2013 -0500 Typo fix. Spotted by Mikhail Glushenkov. Signed-off-by: Austin Seipp <[email protected]> >--------------------------------------------------------------- f342512d3d8f5895ce19b420b22e424c05e1c2a9 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 80e2293..0027d5f 100644 --- a/docs/users_guide/7.8.1-notes.xml +++ b/docs/users_guide/7.8.1-notes.xml @@ -178,7 +178,7 @@ <listitem> <para> - GHC now has a parallel compilataion driver. When + GHC now has a parallel compilation driver. When compiling with <literal>--make</literal> (which is on by default,) you may also specify <literal>-jN</literal> in order to compile _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
