diff options
author | Pedro Alves <palves@redhat.com> | 2010-02-24 23:11:28 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-02-24 23:11:28 +0000 |
commit | 46ef47e556ae4c681586356f98cbfbf0a3b6d540 (patch) | |
tree | c88e92c8c647d43922d71ddf2e0a0af20ae8da5b /gdb/mi | |
parent | 5a15d8bf2e172106af55973349b3ab48ce9a9faf (diff) | |
download | gdb-46ef47e556ae4c681586356f98cbfbf0a3b6d540.zip gdb-46ef47e556ae4c681586356f98cbfbf0a3b6d540.tar.gz gdb-46ef47e556ae4c681586356f98cbfbf0a3b6d540.tar.bz2 |
* mi/mi-main.c (mi_cmd_execute): Fix typo.
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 |