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	Mon Feb 16 16:15:24 2004 +0000
+++ b/liboctave/CNDArray.cc	Mon Feb 16 16:22:43 2004 +0000
@@ -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	Mon Feb 16 16:15:24 2004 +0000
+++ b/liboctave/boolNDArray.cc	Mon Feb 16 16:22:43 2004 +0000
@@ -81,7 +81,7 @@
 
     default:
       (*current_liboctave_error_handler)
-	("invalid converstion of boolNDArray to boolMatrix");
+	("invalid conversion of boolNDArray to boolMatrix");
       break;
     }
 
--- a/liboctave/chNDArray.cc	Mon Feb 16 16:15:24 2004 +0000
+++ b/liboctave/chNDArray.cc	Mon Feb 16 16:22:43 2004 +0000
@@ -74,7 +74,7 @@
 
     default:
       (*current_liboctave_error_handler)
-	("invalid converstion of charNDArray to charMatrix");
+	("invalid conversion of charNDArray to charMatrix");
       break;
     }
 
--- a/liboctave/dNDArray.cc	Mon Feb 16 16:15:24 2004 +0000
+++ b/liboctave/dNDArray.cc	Mon Feb 16 16:22:43 2004 +0000
@@ -271,7 +271,7 @@
 
     default:
       (*current_liboctave_error_handler)
-	("invalid converstion of NDArray to Matrix");
+	("invalid conversion of NDArray to Matrix");
       break;
     }