Replace "exec" with "executable" in messages.
[deliverable/binutils-gdb.git] / gdb / remote-es.c
index 61c2be414eae66fcc8cb379ccc222670bf5dca6e..3ea2e7b05e6cf1221f45395dec0058cb5e8123d3 100644 (file)
@@ -1468,7 +1468,7 @@ es1800_create_inferior (execfile, args, env)
 
   if (execfile == 0 || exec_bfd == 0)
     {
-      error ("No exec file specified");
+      error ("No executable file specified");
     }
 
   entry_pt = (int) bfd_get_start_address (exec_bfd);
This page took 0.024054 seconds and 4 git commands to generate.