changeset 9021:47152db528ff

ChangeLog fix
author John W. Eaton <jwe@octave.org>
date Wed, 25 Mar 2009 22:05:44 -0400
parents 728e7943752d
children 5e276a0b9997
files liboctave/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Mar 25 22:04:58 2009 -0400
+++ b/liboctave/ChangeLog	Wed Mar 25 22:05:44 2009 -0400
@@ -2,7 +2,7 @@
 
 	* EIG.cc (EIG::init (const Matrix&, bool),
 	EIG::init (const Matrix&, const Matrix&, bool)):
-	Avoid volaatile declaration for tmp variable.
+	Avoid volatile declaration for tmp variable.
 
 	* Makefile.in (MATRIX_INC): Add Sparse-diag-op-defs.h and
 	Sparse-perm-op-defs.h to the list.