Mercurial > hg > octave-nkf
diff scripts/general/interpft.m @ 14119:94e2a76f1e5a stable
doc: Final grammarcheck and spellcheck before 3.6.0 release.
* container.txi, aspell-octave.en.pws, expr.txi, vectorize.txi, accumarray.m,
accumdim.m, interpft.m, strread.m, parseparams.m, warning_ids.m, cellfun.cc,
help.cc: grammarcheck and spellcheck docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 29 Dec 2011 06:05:00 -0800 |
parents | 5f96b91b4e0c |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/scripts/general/interpft.m +++ b/scripts/general/interpft.m @@ -27,7 +27,7 @@ ## along the dimension @var{dim}. ## ## @code{interpft} assumes that the interpolated function is periodic, -## and so assumptions are made about the end points of the interpolation. +## and so assumptions are made about the endpoints of the interpolation. ## ## @seealso{interp1} ## @end deftypefn