Mercurial > hg > octave-lyh
diff scripts/statistics/tests/cor_test.m @ 12480:139f993936af
Uppercase variables in script error strings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 25 Feb 2011 20:12:05 -0800 |
parents | fd0a3ac60b0e |
children | cad4cba03f19 |
line wrap: on
line diff
--- a/scripts/statistics/tests/cor_test.m +++ b/scripts/statistics/tests/cor_test.m @@ -113,7 +113,7 @@ t.dist = "stdnormal"; cdf = stdnormal_cdf (t.stat); else - error ("cor_test: method `%s' not recognized", method); + error ("cor_test: METHOD `%s' not recognized", method); endif if (strcmp (alt, "!=") || strcmp (alt, "<>"))