Mercurial > hg > octave-nkf
changeset 4770:ef5e598f099b
[project @ 2004-02-16 16:22:43 by jwe]
author | jwe |
---|---|
date | Mon, 16 Feb 2004 16:22:43 +0000 |
parents | aef1e2d57055 |
children | b8105302cfe8 |
files | liboctave/CNDArray.cc liboctave/boolNDArray.cc liboctave/chNDArray.cc liboctave/dNDArray.cc |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/CNDArray.cc +++ b/liboctave/CNDArray.cc @@ -327,7 +327,7 @@ default: (*current_liboctave_error_handler) - ("invalid converstion of ComplexNDArray to ComplexMatrix"); + ("invalid conversion of ComplexNDArray to ComplexMatrix"); break; }
--- a/liboctave/boolNDArray.cc +++ b/liboctave/boolNDArray.cc @@ -81,7 +81,7 @@ default: (*current_liboctave_error_handler) - ("invalid converstion of boolNDArray to boolMatrix"); + ("invalid conversion of boolNDArray to boolMatrix"); break; }