diff scripts/optimization/__all_opts__.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents b93f17317ca3
children 7d48766c21a5
line wrap: on
line diff
--- a/scripts/optimization/__all_opts__.m	Wed Feb 04 16:05:01 2009 +0100
+++ b/scripts/optimization/__all_opts__.m	Wed Feb 04 10:56:23 2009 -0500
@@ -55,7 +55,7 @@
     lnames = unique (tolower (names));
     if (length (lnames) < length (names))
       ## This is bad.
-      error ("__all_opts__: duplicate options with inconsistent case.");
+      error ("__all_opts__: duplicate options with inconsistent case");
     endif
     saved_names = names;
     recursive = false;