[commit: ghc] ghc-8.0: users-guide: Fix typos (004dc1c)

git at git.haskell.org git at git.haskell.org
Thu Feb 18 12:24:06 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/004dc1cb5b1e505ca5f91af3d7b91b70855e3e3c/ghc

>---------------------------------------------------------------

commit 004dc1cb5b1e505ca5f91af3d7b91b70855e3e3c
Author: Mark Christiaens <mark.g.j.christiaens at gmail.com>
Date:   Wed Feb 17 14:04:42 2016 +0100

    users-guide: Fix typos
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1927
    
    GHC Trac Issues: #11590
    
    (cherry picked from commit 525b54c469941c636fd45591e5f382cb3b44756c)


>---------------------------------------------------------------

004dc1cb5b1e505ca5f91af3d7b91b70855e3e3c
 docs/users_guide/packages.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/users_guide/packages.rst b/docs/users_guide/packages.rst
index 89eb257..c9e2ea4 100644
--- a/docs/users_guide/packages.rst
+++ b/docs/users_guide/packages.rst
@@ -231,17 +231,17 @@ The GHC command line options that control packages are:
 .. ghc-flag:: -trust ⟨pkg⟩
 
     This option causes the install package ⟨pkg⟩ to be both exposed and
-    trusted by GHC. This command functions in the in a very similar way
+    trusted by GHC. This command functions in a very similar way
     to the :ghc-flag:`-package` command but in addition sets the selected
-    packaged to be trusted by GHC, regardless of the contents of the
+    packages to be trusted by GHC, regardless of the contents of the
     package database. (see :ref:`safe-haskell`).
 
 .. ghc-flag:: -distrust ⟨pkg⟩
 
     This option causes the install package ⟨pkg⟩ to be both exposed and
-    distrusted by GHC. This command functions in the in a very similar
+    distrusted by GHC. This command functions in a very similar
     way to the :ghc-flag:`-package` command but in addition sets the selected
-    packaged to be distrusted by GHC, regardless of the contents of the
+    packages to be distrusted by GHC, regardless of the contents of the
     package database. (see :ref:`safe-haskell`).
 
 .. ghc-flag:: -distrust-all



More information about the ghc-commits mailing list