diff libinterp/corefcn/oct-map.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 f8d380d04b01
children c20b7290c778
line wrap: on
line diff
--- a/libinterp/corefcn/oct-map.cc	Fri Oct 18 17:24:37 2019 -0700
+++ b/libinterp/corefcn/oct-map.cc	Fri Jan 17 13:15:27 2020 -0600
@@ -922,7 +922,7 @@
   octave_map retval;
 
   // If we catch an indexing error in index_vector, we flag an error in
-  // index k.  Ensure it is the right value befor each idx_vector call.
+  // index k.  Ensure it is the right value before each idx_vector call.
   // Same variable as used in the for loop in the default case.
 
   octave_idx_type k = 0;
@@ -1137,7 +1137,7 @@
   octave_idx_type n_idx = idx.length ();
 
   // If we catch an indexing error in index_vector, we flag an error in
-  // index k.  Ensure it is the right value befor each idx_vector call.
+  // index k.  Ensure it is the right value before each idx_vector call.
   // Same variable as used in the for loop in the default case.
 
   octave_idx_type k = 0;