* mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.

This commit is contained in:
Tom Tromey 2011-08-09 14:09:09 +00:00
parent 40209cad0b
commit 401a70b8da
2 changed files with 5 additions and 1 deletions

View 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.

View 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);
}
}