diff scripts/io/textread.m @ 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 98aaebc56d7c
children 5d3a684236b0
line wrap: on
line diff
--- 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}