diff scripts/strings/str2num.m @ 13931:9de488c6c59c

doc: Spellcheck documentation before 3.6.0 release * aspell-octave.en.pws: Add new words to dictionary. * debug.txi, plot.txi, accumarray.m, krylov.m, sqp.m, pkg.m, fftshift.m, bicg.m, binornd.m, str2num.m: Correct misspellings or add @nospell macro.
author Rik <octave@nomad.inbox5.com>
date Wed, 23 Nov 2011 09:42:50 -0800
parents fa1b2b394195
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/strings/str2num.m
+++ b/scripts/strings/str2num.m
@@ -35,7 +35,7 @@
 ## @end example
 ##
 ## The optional second output, @var{state}, is logically true when the
-## coversion is successful.  If the conversion fails the numeric output,
+## conversion is successful.  If the conversion fails the numeric output,
 ## @var{x}, is empty and @var{state} is false.
 ##
 ## @strong{Caution:} As @code{str2num} uses the @code{eval} function