From octave-maintainers-request at bevo dot che dot wisc dot edu Sat Sep 1 00:48:05 2001 Subject: fix typo in `length' documentation From: "Joseph P. Skudlarek" To: octave-maintainers at bevo dot che dot wisc dot edu Date: Fri, 31 Aug 2001 22:46:57 -0700 ======================================================================== diff -cr data.texi{-ORIG,} ======================================================================== *** data.texi-ORIG Fri Aug 31 22:16:22 2001 --- data.texi Fri Aug 31 22:37:30 2001 *************** *** 150,156 **** at anchor{doc-length} at deftypefn {Built-in Function} {} length (@var{a}) ! Return the `lenghth' of the object at var{a} dot For matrix objects, the length is the number of rows or columns, whichever is greater (this odd definition is used for compatibility with Matlab). at end deftypefn --- 150,156 ---- at anchor{doc-length} at deftypefn {Built-in Function} {} length (@var{a}) ! Return the `length' of the object at var{a} dot For matrix objects, the length is the number of rows or columns, whichever is greater (this odd definition is used for compatibility with Matlab). at end deftypefn ======================================================================== Suggested ChangeLog ======================================================================== 2001-08-31 Joseph P. Skudlarek * interpreter/data.texi (Object Sizes): Fix spelling of 'length'. ========================================================================