Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/69d0d5a9dc823ac1ca41f0c7a2b0408a7c506cd1 >--------------------------------------------------------------- commit 69d0d5a9dc823ac1ca41f0c7a2b0408a7c506cd1 Author: Daniel Fischer <[email protected]> Date: Mon May 30 08:52:49 2011 +0200 Fix two typos in flags.xml >--------------------------------------------------------------- docs/users_guide/flags.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 8d79233..3e70be9 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -828,7 +828,7 @@ <entry><option>-XNoMagicHash</option></entry> </row> <row> - <entry><option>-XExplicitForALl</option></entry> + <entry><option>-XExplicitForAll</option></entry> <entry>Enable <link linkend="explicit-foralls">explicit universal quantification</link>. Implied by <option>-XScopedTypeVariables</option>, <option>-XLiberalTypeSynonyms</option>, @@ -2646,7 +2646,7 @@ phase <replaceable>n</replaceable></entry> </row> <row> <entry><option>-fno-ghci-sandbox</option></entry> - <entry>Turn off the GHCi sandbox. Means computations are run in teh main thread, rather than a forked thread.</entry> + <entry>Turn off the GHCi sandbox. Means computations are run in the main thread, rather than a forked thread.</entry> <entry>dynamic</entry> <entry>-</entry> </row> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
