diff scripts/general/accumarray.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 9cae456085c2
children 5b49cafe0599
line wrap: on
line diff
--- a/scripts/general/accumarray.m
+++ b/scripts/general/accumarray.m
@@ -43,13 +43,13 @@
 ##
 ## The elements of the returned array that have no subscripts associated
 ## with them are set to zero.  Defining @var{fillval} to some other value
-## allows these values to be defined.  This behaviour changes, however,
+## allows these values to be defined.  This behavior changes, however,
 ## for certain values of @var{func}.  If @var{func} is @code{min}
 ## (respectively, @code{max}) then the result will be filled with the
 ## minimum (respectively, maximum) integer if @var{vals} is of integral
 ## type, logical false (respectively, logical true) if @var{vals} is of
 ## logical type, zero if @var{fillval} is zero and all values are
-## nonpositive (respectively, non-negative), and NaN otherwise.
+## non-positive (respectively, non-negative), and NaN otherwise.
 ##
 ## By default @code{accumarray} returns a full matrix.  If
 ## @var{issparse} is logically true, then a sparse matrix is returned