Fix spelling (Trac#3069)
authorsimonpj@microsoft.com <unknown>
Wed, 4 Mar 2009 09:22:32 +0000 (09:22 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 4 Mar 2009 09:22:32 +0000 (09:22 +0000)
docs/users_guide/glasgow_exts.xml

index eb3e143..67fc72a 100644 (file)
@@ -391,7 +391,7 @@ Indeed, the bindings can even be recursive.
         the syntax by eliminating odd cases
         like <literal>Prelude..</literal>.  For example,
         when <literal>NewQualifiedOperators</literal> is on, it is possible to
-        write the enerated sequence <literal>[Monday..]</literal>
+        write the enumerated sequence <literal>[Monday..]</literal>
         without spaces, whereas in Haskell 98 this would be a
         reference to the operator &lsquo;<literal>.</literal>&lsquo;
         from module <literal>Monday</literal>.</para>