diff scripts/statistics/tests/kolmogorov_smirnov_test.m @ 3458:d25bc039237b

[project @ 2000-01-19 09:36:14 by jwe]
author jwe
date Wed, 19 Jan 2000 09:36:28 +0000
parents e031284eea27
children 38c61cbf086c
line wrap: on
line diff
--- a/scripts/statistics/tests/kolmogorov_smirnov_test.m	Wed Jan 19 08:50:14 2000 +0000
+++ b/scripts/statistics/tests/kolmogorov_smirnov_test.m	Wed Jan 19 09:36:28 2000 +0000
@@ -54,7 +54,7 @@
   endif
 
   if (! is_vector (x))
-    error ("kolmogorov_smirnov_test: x must be a vector.");
+    error ("kolmogorov_smirnov_test: x must be a vector");
   endif
 
   n = length (x);