changeset 8495:e7b4de25ecb6

[docs] non periodic => non-periodic
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:27:10 -0500
parents 836618fee9d6
children caaad80e81aa
files doc/interpreter/interp.txi
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/interp.txi	Tue Jan 13 00:27:07 2009 -0500
+++ b/doc/interpreter/interp.txi	Tue Jan 13 00:27:10 2009 -0500
@@ -95,7 +95,7 @@
 @DOCSTRING(interpft)
 
 There are two significant limitations on Fourier interpolation. Firstly,
-the function signal is assumed to be periodic, and so non periodic
+the function signal is assumed to be periodic, and so non-periodic
 signals will be poorly represented at the edges. Secondly, both the
 signal and its interpolation are required to be sampled at equispaced
 points. An example of the use of @code{interpft} is
@@ -114,17 +114,14 @@
 @end example
 
 @ifinfo
-which demonstrates the poor behavior of Fourier interpolation for non
-periodic functions.
+which demonstrates the poor behavior of Fourier interpolation for non-periodic functions.
 @end ifinfo
 @ifnotinfo
-which demonstrates the poor behavior of Fourier interpolation for non
-periodic functions, as can be seen in @ref{fig:interpft}.
+which demonstrates the poor behavior of Fourier interpolation for non-periodic functions, as can be seen in @ref{fig:interpft}.
 
 @float Figure,fig:interpft
 @image{interpft,8cm}
-@caption{Comparison of @code{interp1} and @code{interpft} for non
-periodic data}
+@caption{Comparison of @code{interp1} and @code{interpft} for non-periodic data}
 @end float
 @end ifnotinfo