This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GDB/MI error message : fix typo


Hello,

attached is a patch that fixes a typo in an error message from GDB MI.
The diff is against gdb-6.6.

--
Greetings,
A.H.
--- mi-cmd-var.co	2007-06-04 09:51:14.000000000 +0200
+++ mi-cmd-var.c	2007-06-04 09:51:26.000000000 +0200
@@ -455,7 +455,7 @@
   expression = xstrdup (argv[1]);
 
   if (!varobj_set_value (var, expression))
-    error (_("mi_cmd_var_assign: Could not assign expression to varible object"));
+    error (_("mi_cmd_var_assign: Could not assign expression to variable object"));
 
   ui_out_field_string (uiout, "value", varobj_get_value (var));
   return MI_CMD_DONE;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]