2006-03-16 Michael Snyder <msnyder@redhat.com>

* tracepoint.c (tracepoint_save_command): Fix typo in error msg.
This commit is contained in:
Michael Snyder
2006-03-17 00:38:19 +00:00
parent 88c231eb7f
commit 712e30207d
2 changed files with 2 additions and 1 deletions

View File

@ -2318,7 +2318,7 @@ tracepoint_save_command (char *args, int from_tty)
char tmp[40];
if (args == 0 || *args == 0)
error (_("Argument required (file name in which to save tracepoints"));
error (_("Argument required (file name in which to save tracepoints)"));
if (tracepoint_chain == 0)
{