Mercurial > hg > octave-nkf
diff doc/interpreter/interp.txi @ 8347:fa78cb8d8a5c
corrections for typos
Here is a patch with some corrections for typos and missing/extra
words in the manual.
changeset: 8347:34fd1d1c2294
user: Brian Gough <bjg@gnu.org>
date: Wed Nov 26 11:00:15 2008 -0500
summary: [docs] can not => cannot
author | Brian Gough<bjg@network-theory.co.uk> |
---|---|
date | Thu, 27 Nov 2008 10:28:24 +0100 |
parents | b93ac0586e4b |
children | e7b4de25ecb6 |
line wrap: on
line diff
--- a/doc/interpreter/interp.txi +++ b/doc/interpreter/interp.txi @@ -29,7 +29,7 @@ Octave supports several methods for one-dimensional interpolation, most of which are described in this section. @ref{Polynomial Interpolation} -and @ref{Interpolation on Scattered Data} describes further methods. +and @ref{Interpolation on Scattered Data} describe further methods. @DOCSTRING(interp1) @@ -133,7 +133,7 @@ @DOCSTRING(spline) -The @code{lookup} is used by other interpolation function to identify +The @code{lookup} function is used by other interpolation functions to identify the points of the original data that are closest to the current point of interest.