diff libinterp/parse-tree/pt-idx.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 b018f553fd85
children aa47120a505d
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-idx.cc	Tue Jan 21 09:10:37 2020 -0600
+++ b/libinterp/parse-tree/pt-idx.cc	Tue Jan 21 09:20:15 2020 -0600
@@ -400,7 +400,7 @@
   //  * Obtain the initial value from the expression component of the
   //    tree_index_expression object.  If it is a tree_identifier object
   //    indexed by '(args)' and the identifier is not a variable, then
-  //    peform a function call.  Use the (optional) arguments to perform
+  //    perform a function call.  Use the (optional) arguments to perform
   //    the function lookup so we choose the correct function or class
   //    method to call.  Otherwise, evaluate the first expression
   //    without any additional arguments.