Mercurial > hg > octave-nkf
diff scripts/general/accumarray.m @ 8325:b93ac0586e4b
spelling corrections
Here is a patch with some spelling corrections to the manual.
changeset: 8308:aeaf884ea9af
user: Brian Gough <bjg@gnu.org>
date: Fri Nov 07 09:26:17 2008 -0500
summary: [docs] assoicated => associated
author | Brian Gough<bjg@network-theory.co.uk> |
---|---|
date | Mon, 17 Nov 2008 11:38:39 +0100 |
parents | 800f1fd3ffb8 |
children | cadc73247d65 |
line wrap: on
line diff
--- a/scripts/general/accumarray.m +++ b/scripts/general/accumarray.m @@ -35,7 +35,7 @@ ## column vector and returns a scalar. The result of the function should not ## depend on the order of the subscripts. ## -## The elements of the returned array that have no subscripts assoicated with +## 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. ##