]> Git Repo - binutils.git/commitdiff
* mi/mi-main.c (mi_cmd_execute): Fix typo.
authorPedro Alves <[email protected]>
Wed, 24 Feb 2010 23:11:28 +0000 (23:11 +0000)
committerPedro Alves <[email protected]>
Wed, 24 Feb 2010 23:11:28 +0000 (23:11 +0000)
gdb/ChangeLog
gdb/mi/mi-main.c

index 9cc9051041f2e0522ee7afffee68cd4593ff97c5..0a7191ed61b94de74219a458bc287756b58f160c 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-24  Pedro Alves  <[email protected]>
+
+       * mi/mi-main.c (mi_cmd_execute): Fix typo.
+
 2010-02-24  Phil Muldoon  <[email protected]>
            Tom Tromey  <[email protected]>
            Thiago Jung Bauermann  <[email protected]>
index 51a9da84a4b393f332864fc6858c72e8ec66299e..f0b2f326b0b742b4507da350ab2f006e9a95a5d4 100644 (file)
@@ -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
This page took 0.03298 seconds and 4 git commands to generate.