diff scripts/linear-algebra/cond.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents a2d9f325b65a
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/linear-algebra/cond.m
+++ b/scripts/linear-algebra/cond.m
@@ -33,7 +33,7 @@
 
   if (nargin && nargin < 3)
     if (ndims (a) > 2)
-      error ("cond: only valid on 2-D objects")
+      error ("cond: only valid on 2-D objects");
     endif
 
     if (nargin <2)