changeset 14401:2bce551c85b6

doc: Correct typo in polyfit docstring. * polyfit.m: Correct typo in docstring.
author Rik <octave@nomad.inbox5.com>
date Thu, 23 Feb 2012 21:23:49 -0800
parents 9bb633cbdb96
children cbcaf5602469
files scripts/polynomial/polyfit.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/polynomial/polyfit.m	Thu Feb 23 21:21:33 2012 -0800
+++ b/scripts/polynomial/polyfit.m	Thu Feb 23 21:23:49 2012 -0800
@@ -23,7 +23,7 @@
 ## Return the coefficients of a polynomial @var{p}(@var{x}) of degree
 ## @var{n} that minimizes the least-squares-error of the fit to the points
 ## @code{[@var{x}, @var{y}]}. If @var{n} is a logical vector, it is used
-## as a mask to selectivelly force the corresponding polynomial
+## as a mask to selectively force the corresponding polynomial
 ## coefficients to be used or ignored.
 ##
 ## The polynomial coefficients are returned in a row vector.