diff src/data.cc @ 11575:d6619410e79c

Spellcheck documentation before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Wed, 19 Jan 2011 21:16:13 -0800
parents 7d6d8c1e471f
children 12df7854fa7c
line wrap: on
line diff
--- a/src/data.cc	Thu Jan 20 00:12:05 2011 -0500
+++ b/src/data.cc	Wed Jan 19 21:16:13 2011 -0800
@@ -5023,7 +5023,7 @@
   "-*- texinfo -*-\n\
 @deftypefn  {Built-in Function} {} mtimes (@var{x}, @var{y})\n\
 @deftypefnx {Built-in Function} {} mtimes (@var{x1}, @var{x2}, @dots{})\n\
-Return the matrix multiplicaton product of inputs.\n\
+Return the matrix multiplication product of inputs.\n\
 This function is equivalent to @w{@code{x * y}}.\n\
 If more arguments are given, the multiplication is applied\n\
 cumulatively from left to right:\n\
@@ -5032,7 +5032,7 @@
   (@dots{}((x1 * x2) * x3) * @dots{})\n\
 @end example\n\
 \n\
-At least one argument is requred.\n\
+At least one argument is required.\n\
 @seealso{times}\n\
 @end deftypefn")
 {