diff options
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 51a9da8..f0b2f32 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -1818,7 +1818,7 @@ mi_cmd_execute (struct mi_parse *parse) struct thread_info *tp = 0; if (!inf) - error (_("Invalid thread group for the --tread-group option")); + error (_("Invalid thread group for the --thread-group option")); set_current_inferior (inf); /* This behaviour means that if --thread-group option identifies |