changeset 4803:62a606d49393

[project @ 2004-02-25 05:48:50 by jwe]
author jwe
date Wed, 25 Feb 2004 05:48:50 +0000
parents b3f20980be32
children 6202d9b75f83
files src/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Feb 25 05:14:19 2004 +0000
+++ b/src/ChangeLog	Wed Feb 25 05:48:50 2004 +0000
@@ -45,7 +45,7 @@
 
 	* pt-except.cc (do_catch_code): Call OCTAVE_QUIT here so the catch
 	code won't run if an interrupt is pending.  Don't run catch code
-	if intterrupt_state is less than zero.
+	if octave_interrupt_state is less than zero.
 
 2004-02-20  Per Persson  <persquare@mac.com>