diff scripts/statistics/base/ppplot.m @ 3457:e031284eea27

[project @ 2000-01-19 08:49:56 by jwe]
author jwe
date Wed, 19 Jan 2000 08:50:14 +0000
parents 434790acb067
children d25bc039237b
line wrap: on
line diff
--- a/scripts/statistics/base/ppplot.m
+++ b/scripts/statistics/base/ppplot.m
@@ -46,7 +46,7 @@
     usage ("ppplot (x, dist, params)");
   endif
 
-  if !is_vector (x)
+  if (! is_vector (x))
     error ("ppplot: x must be a vector.");
   endif