From 69f90c75b369cd2d66988a67bbc2a000dd6b9816 Mon Sep 17 00:00:00 2001 From: Markus Metzger Date: Mon, 5 Mar 2018 17:44:57 +0100 Subject: [PATCH] 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. --- gdb/ChangeLog | 4 ++++ gdb/record.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c3f59e6b93a..d058d9e696c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-04-13 Markus Metzger + + * record.c (set_record_command): Fix typo in message. + 2018-04-13 Markus Metzger * record-btrace.c (cmd_set_record_btrace): Print sub-commands. diff --git a/gdb/record.c b/gdb/record.c index 7c35dc8989a..d7befb2a749 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); } -- 2.30.2