diff options
author | Tom Tromey <tromey@redhat.com> | 2011-08-09 14:09:09 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-08-09 14:09:09 +0000 |
commit | 401a70b8da409365b70f8e5e8544fa0e24c486fd (patch) | |
tree | 16dbf1335105d927fb92de2317553c5cf4ffd74f /gdb/mi/mi-cmd-break.c | |
parent | 40209cad0bef33575f455fd2027a414224c61154 (diff) | |
download | gdb-401a70b8da409365b70f8e5e8544fa0e24c486fd.zip gdb-401a70b8da409365b70f8e5e8544fa0e24c486fd.tar.gz gdb-401a70b8da409365b70f8e5e8544fa0e24c486fd.tar.bz2 |
* mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
Diffstat (limited to 'gdb/mi/mi-cmd-break.c')
-rw-r--r-- | gdb/mi/mi-cmd-break.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-cmd-break.c b/gdb/mi/mi-cmd-break.c index c98330d..2c9d16b 100644 --- a/gdb/mi/mi-cmd-break.c +++ b/gdb/mi/mi-cmd-break.c @@ -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); } } |