diff scripts/statistics/distributions/chi2rnd.m @ 7007:6304d9ea0a30

[project @ 2007-10-11 16:26:36 by jwe]
author jwe
date Thu, 11 Oct 2007 16:26:37 +0000
parents 20c48710b2c7
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/statistics/distributions/chi2rnd.m	Wed Oct 10 19:15:04 2007 +0000
+++ b/scripts/statistics/distributions/chi2rnd.m	Thu Oct 11 16:26:37 2007 +0000
@@ -52,7 +52,7 @@
     elseif (isvector(r) && all (r > 0))
       sz = r(:)';
     else
-      error ("chi2rnd: r must be a postive integer or vector");
+      error ("chi2rnd: r must be a positive integer or vector");
     endif
 
     if (any (size (n) != 1)