# HG changeset patch # User Rik # Date 1330061029 28800 # Node ID 2bce551c85b6f118ce8eaf7d6a2c3b30cbb65978 # Parent 9bb633cbdb96c08860c318b33be19002000edb5b doc: Correct typo in polyfit docstring. * polyfit.m: Correct typo in docstring. diff -r 9bb633cbdb96 -r 2bce551c85b6 scripts/polynomial/polyfit.m --- 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.