summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-07-03 16:52:21 +0100
committerIan Lynagh <igloo@earth.li>2011-07-03 16:52:21 +0100
commit80a718ebe8aeaa8d098f2579e67104d7182b8d6a (patch)
treebfb32d4f721d5eab29419015660166d98871215b /docs
parente01fffc60ba6a71487f0402f6c79ba2f0a684765 (diff)
downloadhaskell-80a718ebe8aeaa8d098f2579e67104d7182b8d6a.tar.gz
Fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/safe_haskell.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/safe_haskell.xml b/docs/users_guide/safe_haskell.xml
index c2f42c000c..739558cf5a 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 &amp; 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>