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

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