Fix a typo
authorPepe Iborra <mnislaih@gmail.com>
Wed, 31 Jan 2007 10:40:01 +0000 (10:40 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Wed, 31 Jan 2007 10:40:01 +0000 (10:40 +0000)
docs/users_guide/ghci.xml

index 0142e1e..5f38b37 100644 (file)
@@ -1560,7 +1560,7 @@ Prelude> :set -fno-glasgow-exts
           </para></listitem>
        </itemizedlist></para>
     <sect2><title>Using the debugger</title>
-    <para>The debugger allows the insertion of breakpoints at specific locations in the source code. These locations are goberned by event sites, and not by line as in traditional debuggers such as gdb. </para> <para>
+    <para>The debugger allows the insertion of breakpoints at specific locations in the source code. These locations are governed by event sites, and not by line as in traditional debuggers such as gdb. </para> <para>
       Once a breakpointed event is hit, the debugger stops the execution and you can examine the local variables in scope
       in the context of the event, as well as evaluate arbitrary Haskell expressions in
       a special interactive prompt. </para><para>