diff libinterp/operators/op-range.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/operators/op-range.cc	Fri Oct 18 17:24:37 2019 -0700
+++ b/libinterp/operators/op-range.cc	Fri Jan 17 13:15:27 2020 -0600
@@ -130,7 +130,7 @@
   INSTALL_CATOP_TI (ti, octave_bool_matrix, octave_range, bm_r);
   INSTALL_CATOP_TI (ti, octave_char_matrix, octave_range, chm_r);
 
-  // FIXME: this would be unneccessary if
+  // FIXME: this would be unnecessary if
   // octave_base_value::numeric_assign always tried converting lhs
   // before rhs.