diff libgui/src/m-editor/octave-qscintilla.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 e92bab9a7f26
children c20b7290c778
line wrap: on
line diff
--- a/libgui/src/m-editor/octave-qscintilla.cc	Fri Oct 18 17:24:37 2019 -0700
+++ b/libgui/src/m-editor/octave-qscintilla.cc	Fri Jan 17 13:15:27 2020 -0600
@@ -304,7 +304,7 @@
       }
 #endif
 
-    // finaly show the menu
+    // finally show the menu
     context_menu->exec (global_pos);
 #endif
   }
@@ -498,7 +498,7 @@
     return ST_NONE;
   }
 
-  // Do smart indendation after if, for, ...
+  // Do smart indentation after if, for, ...
   void octave_qscintilla::smart_indent (bool do_smart_indent,
                                         int do_auto_close, int line)
   {
@@ -599,7 +599,7 @@
       }
   }
 
-  // Do smart indendation of current selection or line.
+  // Do smart indentation of current selection or line.
   void octave_qscintilla::smart_indent_line_or_selected_text (int lineFrom,
                                                               int lineTo)
   {