Repository : ssh://g...@git.haskell.org/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/4b8a928d7a49add8062dd43c5fb66721a6e6346d/ghc
>--------------------------------------------------------------- commit 4b8a928d7a49add8062dd43c5fb66721a6e6346d Author: Krzysztof Gogolewski <krz.gogolew...@gmail.com> Date: Tue Oct 1 11:44:00 2013 +0200 Typos in users' guide >--------------------------------------------------------------- 4b8a928d7a49add8062dd43c5fb66721a6e6346d docs/users_guide/7.8.1-notes.xml | 2 +- docs/users_guide/bugs.xml | 4 ++-- docs/users_guide/flags.xml | 4 ++-- docs/users_guide/ghci.xml | 2 +- docs/users_guide/glasgow_exts.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml index b7b97f3..09a250a 100644 --- a/docs/users_guide/7.8.1-notes.xml +++ b/docs/users_guide/7.8.1-notes.xml @@ -248,7 +248,7 @@ <para> Note: this interface will likely see continuous - refinment and API changes in future releases, so it + refinement and API changes in future releases, so it should be considered a preview. </para> </listitem> diff --git a/docs/users_guide/bugs.xml b/docs/users_guide/bugs.xml index 4ff99e2..72b06ce 100644 --- a/docs/users_guide/bugs.xml +++ b/docs/users_guide/bugs.xml @@ -28,7 +28,7 @@ <para> By default, GHC mainly aims to behave (mostly) like a Haskell 2010 compiler, although you can tell it to try to behave like a - particular version of the langauge with the + particular version of the language with the <literal>-XHaskell98</literal> and <literal>-XHaskell2010</literal> flags. The known deviations from the standards are described below. Unless otherwise stated, @@ -107,7 +107,7 @@ main = do args <- getArgs <sect3 id="infelicities-exprs-pats"> <title>Expressions and patterns</title> - <para>In its default mode, GHC makes some programs sligtly more defined + <para>In its default mode, GHC makes some programs slightly more defined than they should be. For example, consider <programlisting> f :: [a] -> b -> b diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 557b1d5..8020f2d 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1214,7 +1214,7 @@ </row> <row> <entry><option>-fpackage-trust</option></entry> - <entry>Enable <link linkend="safe-haskell">Safe Haskell</link> trusted package requirement for trustworty modules.</entry> + <entry>Enable <link linkend="safe-haskell">Safe Haskell</link> trusted package requirement for trustworthy modules.</entry> <entry>dynamic</entry> <entry><option>-</option></entry> </row> @@ -2890,7 +2890,7 @@ </row> <row> <entry><option>-dsuppress-all</option></entry> - <entry>In core dumps, suppress everything (except for uniques) that is suppressable.</entry> + <entry>In core dumps, suppress everything (except for uniques) that is suppressible.</entry> <entry>dynamic</entry> <entry>-</entry> </row> diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index dc1301c..50bb54f 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -750,7 +750,7 @@ Prelude System.IO Map> </screen> <para>Note that the <literal>Prelude</literal> import is marked - as implicit. It can be overriden with an explicit + as implicit. It can be overridden with an explicit <literal>Prelude</literal> import, just like in a Haskell module.</para> diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index d818904..fef3bf3 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -9230,7 +9230,7 @@ mindef ::= name <para>A vertical bar denotes disjunction, i.e. one of the two sides is required. A comma denotes conjunction, i.e. both sides are required. Conjunction binds stronger than disjunction.</para> - <para>If no MINIMAL pragma is used, then all methods without a default will be requried, excluding methods with a name that starts with an underscore.</para> + <para>If no MINIMAL pragma is used, then all methods without a default will be required, excluding methods with a name that starts with an underscore.</para> <para>This warning can be turned off with the flag <option>-fno-warn-missing-methods</option>.</para> </sect2> _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits