changeset 20744:554a39b4dd2d

NEWS: correct name of execution exception class
author John W. Eaton <jwe@octave.org>
date Mon, 23 Nov 2015 23:37:33 -0500
parents b6408331bfa2
children c4f79fc9281a
files NEWS
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Nov 23 23:23:57 2015 -0500
+++ b/NEWS	Mon Nov 23 23:37:33 2015 -0500
@@ -95,9 +95,9 @@
  ** The global error_state variable in Octave's C++ API has been
     deprecated and will be removed in a future version.  Now the error
     and print_usage functions throw an exception
-    (octave_execution_error) after displaying the error message.  This
-    makes the error and print_usage functions in C++ work more like the
-    corresponding functions in the scripting language.
+    (octave_execution_exception) after displaying the error message.
+    This makes the error and print_usage functions in C++ work more like
+    the corresponding functions in the scripting language.
 
  ** New configure option, --enable-address-sanitizer-flags, to build
     Octave with memory allocator checks (similar to those provided by