diff scripts/control/system/c2d.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 34f96dd5441b
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/control/system/c2d.m
+++ b/scripts/control/system/c2d.m
@@ -130,7 +130,7 @@
   endif
 
   if (!is_sample(T))
-    error("sampling period T must be a postive, real scalar");
+    error("sampling period T must be a positive, real scalar");
   elseif (! (strcmp (opt, "ex")
 	     || strcmp (opt, "bi")
 	     || strcmp (opt, "matched")))