diff src/load-save.cc @ 12483:7a5aacf65f81

Rewrite error strings in src/ to use variables named in documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 26 Feb 2011 17:28:11 -0800
parents becaa4b96728
children f96b9b9f141b
line wrap: on
line diff
--- a/src/load-save.cc	Sat Feb 26 16:21:02 2011 -0500
+++ b/src/load-save.cc	Sat Feb 26 17:28:11 2011 -0800
@@ -855,7 +855,7 @@
                   file.close ();
                 }
               else
-                error ("load: unable open input file `%s'",
+                error ("load: unable to open input file `%s'",
                        orig_fname.c_str ());
             }
         }