Mercurial > hg > octave-lyh
diff scripts/deprecated/spprod.m @ 10549:95c3e38098bf
Untabify .m scripts
author | Rik <code@nomad.inbox5.com> |
---|---|
date | Fri, 23 Apr 2010 11:28:50 -0700 |
parents | eb63fbe60fab |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/deprecated/spprod.m +++ b/scripts/deprecated/spprod.m @@ -28,7 +28,7 @@ if (! warned) warned = true; warning ("Octave:deprecated-function", - "spprod is obsolete and will be removed from a future version of Octave; please use prod instead"); + "spprod is obsolete and will be removed from a future version of Octave; please use prod instead"); endif retval = prod (varargin{:});