diff scripts/polynomial/spline.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents b2391d403ed2
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/polynomial/spline.m
+++ b/scripts/polynomial/spline.m
@@ -63,9 +63,9 @@
 ## @ifinfo
 ## @code{@var{s1} * @var{s2} * @dots{} * @var{sk}}
 ## @end ifinfo
-## and each row this matrix is then treated seperately. Note that this
+## and each row this matrix is then treated separately. Note that this
 ## is exactly the opposite treatment than @code{interp1} and is done
-## for compatiability.
+## for compatibility.
 ##
 ## Called with a third input argument, @code{spline} evaluates the 
 ## piece-wise spline at the points @var{xi}. There is an equivalence