* mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
authorTom Tromey <tromey@redhat.com>
Tue, 9 Aug 2011 14:09:09 +0000 (14:09 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 9 Aug 2011 14:09:09 +0000 (14:09 +0000)
gdb/ChangeLog
gdb/mi/mi-cmd-break.c

index 38761b6203d2aa3decdf7938f35506ec5524d746..0693787445c77b88aead19ac0fa9e32c8017492c 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-09  Tom Tromey  <tromey@redhat.com>
+
+       * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
+
 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
 
        * elfread.c (elf_symtab_read): Rework comments.
index c98330d7d437b78983b112149f0dfb005c1ad9c2..2c9d16b9c7cff64d20ffacb6b07b7696f4841dbf 100644 (file)
@@ -202,7 +202,7 @@ mi_cmd_break_passcount (char *command, char **argv, int argc)
     }
   else
     {
-      error (_("Cound not find tracepoint %d"), n);
+      error (_("Could not find tracepoint %d"), n);
     }
 }
 
This page took 0.03077 seconds and 4 git commands to generate.