changeset 18615:70cff922a42d

hgload.m: Change wording of error message for more clarity. * hgload.m: Change wording of error message for more clarity.
author Rik <rik@octave.org>
date Fri, 21 Mar 2014 10:21:28 -0700
parents 13c80c3e9660
children 3985333e13fa
files scripts/plot/util/hgload.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/hgload.m	Thu Mar 06 22:52:59 2014 +0100
+++ b/scripts/plot/util/hgload.m	Fri Mar 21 10:21:28 2014 -0700
@@ -49,7 +49,7 @@
   try
     stmp = load (filename, "s_oct40");
   catch
-    error ("hgload: could not load hgsave-formatted object in %s", filename);
+    error ("hgload: could not load hgsave-formatted object in file %s", filename);
   end_try_catch
 
   h = struct2hdl (stmp.s_oct40);