diff libinterp/corefcn/oct-hist.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 8c9924a425db
children c20b7290c778
line wrap: on
line diff
--- a/libinterp/corefcn/oct-hist.cc	Fri Oct 18 17:24:37 2019 -0700
+++ b/libinterp/corefcn/oct-hist.cc	Fri Jan 17 13:15:27 2020 -0600
@@ -449,7 +449,7 @@
 
     set_interrupt_handler (old_interrupt_handler);
 
-    // Check if text edition was successfull.  Abort the operation
+    // Check if text edition was successful.  Abort the operation
     // in case of failure.
     if (status != EXIT_SUCCESS)
       error ("edit_history: text editor command failed");