Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/bfcb9e2def00d1aca81c6f8571ae1bb700a409eb >--------------------------------------------------------------- commit bfcb9e2def00d1aca81c6f8571ae1bb700a409eb Author: Daniel Fischer <[email protected]> Date: Mon May 30 11:13:35 2011 +0200 Fix typos in 7.0.1-notes.xml >--------------------------------------------------------------- docs/users_guide/7.0.1-notes.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/7.0.1-notes.xml b/docs/users_guide/7.0.1-notes.xml index 0e6ffb4..4d3e299 100644 --- a/docs/users_guide/7.0.1-notes.xml +++ b/docs/users_guide/7.0.1-notes.xml @@ -300,7 +300,7 @@ import SpecConstr <para> The RTS now exports a function <literal>setKeepCAFs</literal> which is important when loading Haskell DLLs dynamically, as - a DLL may refer to CAFs that hae already been GCed. + a DLL may refer to CAFs that have already been GCed. </para> </listitem> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
