changeset 987:0c95f3b2d3ec

[project @ 1994-12-15 01:18:38 by jwe]
author jwe
date Thu, 15 Dec 1994 01:18:38 +0000
parents 5ddf8e79c4a1
children ae42fa47efb8
files src/user-prefs.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/user-prefs.cc	Wed Dec 14 18:11:52 1994 +0000
+++ b/src/user-prefs.cc	Thu Dec 15 01:18:38 1994 +0000
@@ -121,12 +121,12 @@
 //
 //   user specifies   value of pref
 //   --------------   -------------
-//   "ignored"              2
+//   "ignore"               2
 //   "traditional"          1
 //   anything else          0
 //
 // Octave will never insert a comma in a literal matrix list if the
-// user specifies "ignored".  For example, the statement [1 2] will
+// user specifies "ignore".  For example, the statement [1 2] will
 // result in an error instead of being treated the same as [1, 2], and
 // the statement
 //