aboutsummaryrefslogtreecommitdiff
path: root/gdb/record.c
diff options
context:
space:
mode:
authorMarkus Metzger <markus.t.metzger@intel.com>2018-03-05 17:44:57 +0100
committerMarkus Metzger <markus.t.metzger@intel.com>2018-04-13 11:31:35 +0200
commit69f90c75b369cd2d66988a67bbc2a000dd6b9816 (patch)
treef3d8b380af91ca1f35090694e3cabd3d611adaa8 /gdb/record.c
parentb85310e1ec0419c4e1ca091cdd48f7597ebbefd3 (diff)
downloadgdb-69f90c75b369cd2d66988a67bbc2a000dd6b9816.zip
gdb-69f90c75b369cd2d66988a67bbc2a000dd6b9816.tar.gz
gdb-69f90c75b369cd2d66988a67bbc2a000dd6b9816.tar.bz2
record: fix typo in "set record" output
Alan Hayward pointed out a typo in the output of "set record btrace" that I took from "set record". Fix the original. gdb/ * record.c (set_record_command): Fix typo in message.
Diffstat (limited to 'gdb/record.c')
-rw-r--r--gdb/record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/record.c b/gdb/record.c
index 7c35dc8..d7befb2 100644
--- a/gdb/record.c
+++ b/gdb/record.c
@@ -320,7 +320,7 @@ static void
set_record_command (const char *args, int from_tty)
{
printf_unfiltered (_("\"set record\" must be followed "
- "by an apporpriate subcommand.\n"));
+ "by an appropriate subcommand.\n"));
help_list (set_record_cmdlist, "set record ", all_commands, gdb_stdout);
}