diff liboctave/array/Array.h @ 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 0e77df67b522
children c20b7290c778
line wrap: on
line diff
--- a/liboctave/array/Array.h	Fri Oct 18 17:24:37 2019 -0700
+++ b/liboctave/array/Array.h	Fri Jan 17 13:15:27 2020 -0600
@@ -99,7 +99,7 @@
 //! length should it return?  Octave length() function returns the length
 //! of the longest dimension which is an odd definition, only useful for
 //! vectors and square matrices.  The alternatives numel(), rows(),
-//! columns(), and size(d) are more explict and recommended.
+//! columns(), and size(d) are more explicit and recommended.
 //!
 //! ### size_type
 //!