diff libinterp/octave-value/cdef-class.h @ 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 bd51beb6205e
children e5b76489b1f2
line wrap: on
line diff
--- a/libinterp/octave-value/cdef-class.h	Tue Jan 21 09:10:37 2020 -0600
+++ b/libinterp/octave-value/cdef-class.h	Tue Jan 21 09:20:15 2020 -0600
@@ -311,7 +311,7 @@
     //! Classdef attribute values can be given in the form of
     //! expressions.  These expressions must be evaluated before
     //! assigning them as attribute values.  Evaluating them as they are
-    //! parsed causes trouble with possible recusion in the parser so we
+    //! parsed causes trouble with possible recursion in the parser so we
     //! do it here.  For example
     //!
     //! @code