Fix the SPECIALISE error in the haddock invocation of validate
[ghc-hetmet.git] / docs / users_guide / using.xml
index 96d3c73..2828c6a 100644 (file)
@@ -1547,7 +1547,7 @@ f "2"    = 2
          <indexterm><primary>unused do binding, warning</primary></indexterm>
          <indexterm><primary>do binding, unused</primary></indexterm>
 
-         <para>Report expressions occuring in <literal>do</literal> and <literal>mdo</literal> blocks
+         <para>Report expressions occurring in <literal>do</literal> and <literal>mdo</literal> blocks
          that appear to silently throw information away.
           For instance <literal>do { mapM popInt xs ; return 10 }</literal> would report
           the first statement in the <literal>do</literal> block as suspicious,
@@ -1572,7 +1572,7 @@ f "2"    = 2
          <indexterm><primary>apparently erroneous do binding, warning</primary></indexterm>
          <indexterm><primary>do binding, apparently erroneous</primary></indexterm>
 
-         <para>Report expressions occuring in <literal>do</literal> and <literal>mdo</literal> blocks
+         <para>Report expressions occurring in <literal>do</literal> and <literal>mdo</literal> blocks
          that appear to lack a binding.
           For instance <literal>do { return (popInt 10) ; return 10 }</literal> would report
           the first statement in the <literal>do</literal> block as suspicious,
@@ -1925,7 +1925,7 @@ f "2"    = 2
            <para>(Default: 45) Governs the maximum size that GHC will
             allow a function unfolding to be.   (An unfolding has a
             &ldquo;size&rdquo; that reflects the cost in terms of
-            &ldquo;code bloat&rdquo; of expanding that unfolding at
+            &ldquo;code bloat&rdquo; of expanding that unfolding
             at a call site. A bigger function would be assigned a
             bigger cost.) </para>