diff libinterp/corefcn/interpreter.cc @ 27971:ec769a7ab9fb

fix more spelling errors (bug #57613)
author John W. Eaton <jwe@octave.org>
date Tue, 21 Jan 2020 09:20:15 -0600
parents c20b7290c778
children ce7a5b60e102
line wrap: on
line diff
--- a/libinterp/corefcn/interpreter.cc	Tue Jan 21 09:10:37 2020 -0600
+++ b/libinterp/corefcn/interpreter.cc	Tue Jan 21 09:20:15 2020 -0600
@@ -1780,7 +1780,7 @@
   {
     m_error_system.save_exception (e);
 
-    // FIXME: use a separate stream instad of std::cerr directly so that
+    // FIXME: use a separate stream instead of std::cerr directly so that
     // error messages can be redirected more easily?  Pass the message
     // to an event manager function?
     m_error_system.display_exception (e, std::cerr);