# HG changeset patch # User Rik # Date 1382648025 25200 # Node ID dffb1e9a6d3b0f3d994c4232bb064d1b0796ccb5 # Parent 887df64e54e4a0c1eb40cff3b8ea4fa09073eba6 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. diff -r 887df64e54e4 -r dffb1e9a6d3b doc/interpreter/doccheck/aspell-octave.en.pws --- 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 diff -r 887df64e54e4 -r dffb1e9a6d3b scripts/signal/stft.m --- 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. ##