gdb/doc/python.texi: Fix reference to "Progspaces In Python".
authorJoel Brobecker <brobecker@adacore.com>
Tue, 3 Jun 2014 17:39:03 +0000 (10:39 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 3 Jun 2014 17:41:17 +0000 (10:41 -0700)
A recent change broke the documentation build due to a think-o
in a reference.  Fixed thusly.

gdb/doc/ChangeLog:

        * python.texi (Xmethod API): Fix reference to "Progspaces In
        Python".

Tested by rebuilding all documentation formats.

gdb/doc/ChangeLog
gdb/doc/python.texi

index 16a60f35a00b70a5d28ccdd5b414c43399adef89..237c9a41dce08c79550a22ca9519b8915a695a76 100644 (file)
@@ -1,3 +1,8 @@
+2014-06-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * python.texi (Xmethod API): Fix reference to "Progspaces In
+       Python".
+
 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
 
        *  python.texi (Xmethods In Python, XMethod API)
index 1ba248bbb12aa9bca23b2ab11a8f9d64a041cee5..2f1b71fdecb3d43f46196d695db5711ab1f1449d 100644 (file)
@@ -2322,7 +2322,7 @@ The @code{matcher} is registered with @code{locus}, replacing an
 existing matcher with the same name as @code{matcher} if
 @code{replace} is @code{True}.  @code{locus} can be a
 @code{gdb.Objfile} object (@pxref{Objfiles In Python}), or a
-@code{gdb.Progspace} object (@pxref{Program Spaces In Python}), or
+@code{gdb.Progspace} object (@pxref{Progspaces In Python}), or
 @code{None}.  If it is @code{None}, then @code{matcher} is registered
 globally.
 @end defun
This page took 0.034704 seconds and 4 git commands to generate.