Add a missing 'to' to the documentation of "Safe Haskell".
---
 docs/users_guide/safe_haskell.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/users_guide/safe_haskell.xml 
b/docs/users_guide/safe_haskell.xml
index a8352ae..dc07b89 100644
--- a/docs/users_guide/safe_haskell.xml
+++ b/docs/users_guide/safe_haskell.xml
@@ -156,7 +156,7 @@
         <listitem>The design also relies on the Danger module not being able
           to access the <literal>UnsafeRIO</literal> constructor.
           Unfortunately Template Haskell can be used to subvert module
-          boundaries and so could be used gain access to this constructor.
+          boundaries and so could be used to gain access to this constructor.
         </listitem>
         <listitem>There is no way to place restrictions on the modules that
           the untrusted Danger module can import. This gives the author of
-- 
1.7.5.4


_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to