FYI: fix typo in error

Tom Tromey tromey@redhat.com
Tue Aug 9 14:09:00 GMT 2011


I'm checking this in.

I ran across a typo in an error message.

Tom

2011-08-09  Tom Tromey  <tromey@redhat.com>

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

Index: mi/mi-cmd-break.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-cmd-break.c,v
retrieving revision 1.45
diff -u -r1.45 mi-cmd-break.c
--- mi/mi-cmd-break.c	4 Aug 2011 19:10:14 -0000	1.45
+++ mi/mi-cmd-break.c	9 Aug 2011 14:08:27 -0000
@@ -202,7 +202,7 @@
     }
   else
     {
-      error (_("Cound not find tracepoint %d"), n);
+      error (_("Could not find tracepoint %d"), n);
     }
 }
 



More information about the Gdb-patches mailing list