Fix typo
authorIan Lynagh <igloo@earth.li>
Sun, 15 Jul 2007 12:22:29 +0000 (12:22 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 15 Jul 2007 12:22:29 +0000 (12:22 +0000)
docs/users_guide/ghci.xml

index 9810dce..8e7dda0 100644 (file)
@@ -788,7 +788,7 @@ def = toEnum 0
     <para>The debugger provides the following:
     <itemizedlist>
         <listitem>
-          <para>The abilty to set a <firstterm>breakpoint</firstterm> on a
+          <para>The ability to set a <firstterm>breakpoint</firstterm> on a
             function definition or expression in the program.  When the function
             is called, or the expression evaluated, GHCi suspends 
             execution and returns to the prompt, where you can inspect the