diff scripts/specfun/legendre.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents 3f1199ad212f
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/specfun/legendre.m	Wed Feb 04 16:05:01 2009 +0100
+++ b/scripts/specfun/legendre.m	Wed Feb 04 10:56:23 2009 -0500
@@ -186,7 +186,7 @@
   endif
 
   if (overflow && ! warned_overflow)
-    warning ("legendre: overflow - results may be unstable for high orders.");
+    warning ("legendre: overflow - results may be unstable for high orders");
     warned_overflow = true;
   endif