changeset 17754:dffb1e9a6d3b

doc: Final spellcheck of documentation before 3.8 release. * doc/interpreter/doccheck/aspell-octave.en.pws: Add new words to Octave-specific dictionary. * scripts/signal/stft.m: Final spellcheck of documentation before 3.8 release.
author Rik <rik@octave.org>
date Thu, 24 Oct 2013 13:53:45 -0700
parents 887df64e54e4
children 9c03b071fd7b
files doc/interpreter/doccheck/aspell-octave.en.pws scripts/signal/stft.m
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/doccheck/aspell-octave.en.pws	Thu Oct 24 13:49:01 2013 -0700
+++ b/doc/interpreter/doccheck/aspell-octave.en.pws	Thu Oct 24 13:53:45 2013 -0700
@@ -409,6 +409,7 @@
 Haddad
 HandleVisibility
 Hankel
+hanning
 Hanning
 hardcode
 hardcoding
@@ -429,6 +430,7 @@
 Higham
 Hindmarsh
 Hindmarsh's
+histc
 Hodel
 holomorphic
 Horner's
@@ -1167,6 +1169,7 @@
 xb
 xc
 xcorr
+xdata
 xdigit
 xerrorbar
 xerrorbars
@@ -1176,6 +1179,7 @@
 xGETRF
 xGTSV
 xl
+xmax
 xmin
 xPBTRF
 xPOTRF
@@ -1193,6 +1197,8 @@
 yerrorbar
 yerrorbars
 ylim
+ymax
+ymin
 yy
 YY
 yyyy
--- a/scripts/signal/stft.m	Thu Oct 24 13:49:01 2013 -0700
+++ b/scripts/signal/stft.m	Thu Oct 24 13:53:45 2013 -0700
@@ -43,7 +43,7 @@
 ##
 ## The window names can be passed as strings or by the @var{win_type} number.
 ##
-## The following defaults are used for unspecifed arguments:
+## The following defaults are used for unspecified arguments:
 ## @var{win_size} = 80, @var{inc} = 24, @var{num_coef} = 64, and
 ## @var{win_type} = 1.
 ##