changeset 14621:1804d5422f61

doc: Periodic spellcheck of documentation. * aspell-octave.en.pws: Add new words to Octave-specific dictionary. * textread.m, textscan.m, shrinkfaces.m, splinefit.m: Correct spelling in docstring.
author Rik <octave@nomad.inbox5.com>
date Thu, 10 May 2012 22:18:52 -0700
parents cd375519eab0
children 92659ad0d215
files doc/interpreter/doccheck/aspell-octave.en.pws scripts/io/textread.m scripts/io/textscan.m scripts/plot/shrinkfaces.m scripts/polynomial/splinefit.m
diffstat 5 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/doccheck/aspell-octave.en.pws	Thu May 10 22:08:18 2012 -0700
+++ b/doc/interpreter/doccheck/aspell-octave.en.pws	Thu May 10 22:18:52 2012 -0700
@@ -863,6 +863,7 @@
 stringanchors
 strncmp
 strncmpi
+strread
 struct
 structs
 subarrays
--- a/scripts/io/textread.m	Thu May 10 22:08:18 2012 -0700
+++ b/scripts/io/textread.m	Thu May 10 22:18:52 2012 -0700
@@ -41,7 +41,7 @@
 ## delimiters.
 ## @end itemize
 ##
-## The optional input @var{n} specifes the number of data lines to read; in
+## The optional input @var{n} specifies the number of data lines to read; in
 ## this sense it differs slightly from the format repeat count in strread.
 ##
 ## @seealso{strread, load, dlmread, fscanf, textscan}
--- a/scripts/io/textscan.m	Thu May 10 22:08:18 2012 -0700
+++ b/scripts/io/textscan.m	Thu May 10 22:18:52 2012 -0700
@@ -53,9 +53,9 @@
 ## @end itemize
 ##
 ## When reading from a character string, optional input argument @var{n}
-## specifes the number of times @var{format} should be used (i.e., to limit
+## specifies the number of times @var{format} should be used (i.e., to limit
 ## the amount of data read).
-## When reading fro file, @var{n} specifes the number of data lines to read;
+## When reading fro file, @var{n} specifies the number of data lines to read;
 ## in this sense it differs slightly from the format repeat count in strread.
 ##
 ## The output @var{C} is a cell array whose length is given by the number
--- a/scripts/plot/shrinkfaces.m	Thu May 10 22:08:18 2012 -0700
+++ b/scripts/plot/shrinkfaces.m	Thu May 10 22:18:52 2012 -0700
@@ -57,7 +57,7 @@
 ## @end example
 ##
 ## @noindent
-## draws a triangulated 3/4 circle and the corresponding shrinked
+## draws a triangulated 3/4 circle and the corresponding shrunken
 ## version.
 ## @seealso{patch}
 ## @end deftypefn
--- a/scripts/polynomial/splinefit.m	Thu May 10 22:08:18 2012 -0700
+++ b/scripts/polynomial/splinefit.m	Thu May 10 22:18:52 2012 -0700
@@ -67,7 +67,7 @@
 ## Vector of the x-locations of the constraints.
 ##
 ## @item "yc"
-## Constaining values at the locations, @var{xc}.
+## Constraining values at the locations, @var{xc}.
 ## The default is an array of zeros.
 ##
 ## @item "cc"