changeset 332:6a81b9fb7957

[project @ 1994-02-05 03:44:51 by jwe]
author jwe
date Sat, 05 Feb 1994 03:44:51 +0000
parents ee2dbf1eb16c
children b1cc443f0bd1
files src/file-io.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/file-io.cc	Fri Feb 04 07:15:58 1994 +0000
+++ b/src/file-io.cc	Sat Feb 05 03:44:51 1994 +0000
@@ -1,7 +1,7 @@
 // file-io.cc                                             -*- C++ -*-
 /*
 
-Copyright (C) 1993 John W. Eaton
+Copyright (C) 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
@@ -812,7 +812,7 @@
 	}
       else
 	  {
-	    error ("%s: illegal file specifier", type);
+	    error ("%s: invalid file specifier", type);
 	    return retval;
 	  }
 
@@ -1093,7 +1093,7 @@
 	}
       else
 	{
-	  error ("%s: illegal file specifier", type);
+	  error ("%s: invalid file specifier", type);
 	  return retval;
 	}