fix typo in ghci.xml
authorBertram Felgenhauer <int-e@gmx.de>
Sun, 12 Aug 2007 13:22:01 +0000 (13:22 +0000)
committerBertram Felgenhauer <int-e@gmx.de>
Sun, 12 Aug 2007 13:22:01 +0000 (13:22 +0000)
docs/users_guide/ghci.xml

index 7a3c77a..bde1648 100644 (file)
@@ -1925,7 +1925,7 @@ Prelude> :. cmds.ghci
          the location of its definition in the source.</para>
          <para>For types and classes, GHCi also summarises instances that
          mention them.  To avoid showing irrelevant information, an instance
          the location of its definition in the source.</para>
          <para>For types and classes, GHCi also summarises instances that
          mention them.  To avoid showing irrelevant information, an instance
-         is shown only if (a) its head mentions <relaceable>name</replaceable>, 
+         is shown only if (a) its head mentions <replaceable>name</replaceable>, 
          and (b) all the other things mentioned in the instance
          are in scope (either qualified or otherwise) as a result of 
          a <literal>:load</literal> or <literal>:module</literal> commands. </para>
          and (b) all the other things mentioned in the instance
          are in scope (either qualified or otherwise) as a result of 
          a <literal>:load</literal> or <literal>:module</literal> commands. </para>