aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-11-15 19:19:57 +0100
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-11-15 19:19:57 +0100
commit6ea71545c3a28206cd3eea1bb9e7155ee8952952 (patch)
treef6c7aebe76e2ba7b6cf8dce9e7a5c45c740d97b4 /gdb/NEWS
parentbb81b736af76774d76ca6adb8e7ba245b030a7d9 (diff)
downloadgdb-6ea71545c3a28206cd3eea1bb9e7155ee8952952.zip
gdb-6ea71545c3a28206cd3eea1bb9e7155ee8952952.tar.gz
gdb-6ea71545c3a28206cd3eea1bb9e7155ee8952952.tar.bz2
gdb/NEWS: Fix typo
gdb/ 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com> * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 3be0073..9fc3638 100644
--- 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'.