Mercurial > hg > octave-nkf
diff doc/interpreter/dynamic.txi @ 7007:6304d9ea0a30
[project @ 2007-10-11 16:26:36 by jwe]
author | jwe |
---|---|
date | Thu, 11 Oct 2007 16:26:37 +0000 |
parents | 8b0cfeb06365 |
children | fd42779a8428 |
line wrap: on
line diff
--- a/doc/interpreter/dynamic.txi +++ b/doc/interpreter/dynamic.txi @@ -1378,7 +1378,7 @@ @code{mxArrayToString} and @code{mxCreateCharMatrixFromStrings}. A string in a mex-file is considered to be a vector rather than a matrix. This is perhaps an arbitrary distinction as the data in the -mxArray for the matrix is consequetive in any case. +mxArray for the matrix is consecutive in any case. @node Cell Arrays with Mex-Files @subsection Cell Arrays with Mex-Files @@ -1416,7 +1416,7 @@ void mxSetCell (mxArray *ptr, int idx, mxArray *val); @end example -Finally, to create a cell array or matrix, the appropraiate functions are +Finally, to create a cell array or matrix, the appropriate functions are @example @group