changeset 26644:49a40c5ad734 stable

splinefit.m: Fix typo in documentation. * splinefit.m: Fix typo in documentation.
author Rik <rik@octave.org>
date Wed, 30 Jan 2019 13:15:44 -0800
parents 5d1f413ff746
children bed1d5d6dc5a
files scripts/polynomial/splinefit.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/polynomial/splinefit.m	Wed Jan 30 21:48:36 2019 +0100
+++ b/scripts/polynomial/splinefit.m	Wed Jan 30 13:15:44 2019 -0800
@@ -59,7 +59,7 @@
 ## P+@var{order} degrees of freedom.  With periodic boundary conditions
 ## the degrees of freedom are reduced to P.
 ##
-## The optional property, @var{constaints}, is a structure specifying linear
+## The optional property, @var{constraints}, is a structure specifying linear
 ## constraints on the fit.  The structure has three fields, @qcode{"xc"},
 ## @qcode{"yc"}, and @qcode{"cc"}.
 ##