diff libinterp/parse-tree/pt-eval.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 6c191458172d
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.cc	Tue Jan 21 09:10:37 2020 -0600
+++ b/libinterp/parse-tree/pt-eval.cc	Tue Jan 21 09:20:15 2020 -0600
@@ -1031,7 +1031,7 @@
                             const std::string& name, const octave_value& val)
   {
     // FIXME: Can this be done without an unwind-protect frame, simply
-    // by geting a reference to the caller or base stack frame and
+    // by getting a reference to the caller or base stack frame and
     // calling assign on that?
 
     unwind_action act ([this] (size_t frm)