Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/521745d012123ffbda8d3b32cb48686f39aa16ac >--------------------------------------------------------------- commit 521745d012123ffbda8d3b32cb48686f39aa16ac Author: Ian Lynagh <[email protected]> Date: Sun Jul 3 16:52:21 2011 +0100 Fix typos >--------------------------------------------------------------- docs/users_guide/safe_haskell.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/safe_haskell.xml b/docs/users_guide/safe_haskell.xml index c2f42c0..739558c 100644 --- a/docs/users_guide/safe_haskell.xml +++ b/docs/users_guide/safe_haskell.xml @@ -103,7 +103,7 @@ the Safe language or place any restrictions on the allowed Haskell code. The trust guarantee is provided by the module author, not GHC. An import statement with the safe keyword results in a compilation error if the - imported module is not trussted. An import statement without the keyword + imported module is not trusted. An import statement without the keyword behaves as usual and can import any module whether trusted or not.</listitem> </itemizedlist> @@ -184,7 +184,7 @@ <title>Safe Language & Imports without Trust</title> Safe Haskell also allows the new language extensions -- the Safe language - dialect and safe imports -- to be used independtly of any trust + dialect and safe imports -- to be used independently of any trust assertions for the code. <itemizedlist> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
