gdb/NEWS: Fix typo
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 15 Nov 2013 18:19:57 +0000 (19:19 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 15 Nov 2013 18:19:57 +0000 (19:19 +0100)
gdb/
2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>

* NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.

gdb/ChangeLog
gdb/NEWS

index fec7528..2760d22 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
+
 2013-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
 
        * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
index 3be0073..9fc3638 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -624,7 +624,7 @@ qXfer:btrace:read
      C++ and Java objects.
 
   ** "explore" and its sub commands "explore value" and "explore type"
-     can be used to reccursively explore values and types of
+     can be used to recursively explore values and types of
      expressions.  These commands are available only if GDB is
      configured with '--with-python'.