[gdb/doc] Fix some typos
authorTom de Vries <tdevries@suse.de>
Mon, 7 Oct 2019 07:51:18 +0000 (09:51 +0200)
committerTom de Vries <tdevries@suse.de>
Mon, 7 Oct 2019 07:51:18 +0000 (09:51 +0200)
Fix typos 'prevsiouly -> previously' and 'corresonding -> corresponding' in the
docs.

gdb/doc/ChangeLog:

2019-10-07  Tom de Vries  <tdevries@suse.de>

* gdb.texinfo: Fix typo.
* guile.texi: Same.
* python.texi: Same.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/doc/guile.texi
gdb/doc/python.texi

index 51ef38cbbc1aec6252474fac75f9f7cad63dc9b0..26f858f9c83fdc1eb76970148322d937c62fe587 100644 (file)
@@ -1,3 +1,9 @@
+2019-10-07  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.texinfo: Fix typo.
+       * guile.texi: Same.
+       * python.texi: Same.
+
 2019-10-03  Bernhard Heckel  <bernhard.heckel@intel.com>
 
        * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
index 8699dd27d7b2b7c58eb436c6cd9518ea683dd6ef..1208e4f615e578f89ede34bf13a07ad17a4549f9 100644 (file)
@@ -27634,7 +27634,7 @@ possible or desirable to enable curses window management.
 @item tui enable
 @kindex tui enable
 Activate TUI mode.  The last active TUI window layout will be used if
-TUI mode has prevsiouly been used in the current debugging session,
+TUI mode has previously been used in the current debugging session,
 otherwise a default layout is used.
 
 @item tui disable
index f4c29dc3df8d07bc2ce0097b453f89bbd267f3f8..699e0975a2ca54d3fbfa0c1676a7a62e9da22f0f 100644 (file)
@@ -729,7 +729,7 @@ The result @code{bar} will be a @code{<gdb:value>} object holding the
 value pointed to by @code{foo}.
 
 A similar function @code{value-referenced-value} exists which also
-returns @code{<gdb:value>} objects corresonding to the values pointed to
+returns @code{<gdb:value>} objects corresponding to the values pointed to
 by pointer values (and additionally, values referenced by reference
 values).  However, the behavior of @code{value-dereference}
 differs from @code{value-referenced-value} by the fact that the
index 832283dede8937e5a5726372918fa1e81a2419b5..48adad4e97b2e844c30f5ebd638af1203836b3b5 100644 (file)
@@ -769,7 +769,7 @@ The result @code{bar} will be a @code{gdb.Value} object holding the
 value pointed to by @code{foo}.
 
 A similar function @code{Value.referenced_value} exists which also
-returns @code{gdb.Value} objects corresonding to the values pointed to
+returns @code{gdb.Value} objects corresponding to the values pointed to
 by pointer values (and additionally, values referenced by reference
 values).  However, the behavior of @code{Value.dereference}
 differs from @code{Value.referenced_value} by the fact that the
This page took 0.04902 seconds and 4 git commands to generate.