diff libinterp/corefcn/interpreter.cc @ 27956:2310164737b3 stable

fix many spelling errors (bug #57613)
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:15:27 -0600
parents 00f796120a6d
children c20b7290c778
line wrap: on
line diff
--- a/libinterp/corefcn/interpreter.cc	Fri Oct 18 17:24:37 2019 -0700
+++ b/libinterp/corefcn/interpreter.cc	Fri Jan 17 13:15:27 2020 -0600
@@ -426,7 +426,7 @@
 
     if (m_app_context)
       {
-        // Embedded interpeters don't execute command line options.
+        // Embedded interpreters don't execute command line options.
         const cmdline_options& options = m_app_context->options ();
 
         // Make all command-line arguments available to startup files,
@@ -595,7 +595,7 @@
         // not stop executing PKG_ADD files at the first exception.
         // It's also better than changing the default execute_pkg_add
         // function to use safe_source file because that will normally
-        // be evaluated from the normal intepreter loop where exceptions
+        // be evaluated from the normal interpreter loop where exceptions
         // are already handled.
 
         unwind_protect frame;