# HG changeset patch # User Rik # Date 1431450302 25200 # Node ID 4e7f12a763cdfadebe3f4586e3d189c4fed00bcc # Parent 9deea95129cafc9f7e6d9ce5ea800994bfb5d73c doc: Remove typo of same word twice in a row. * data.cc (nzmax), mappers.cc (isinf), contourc.m, cylinder.m, ellipsoid.m: Remove typo of same word twice in a row. diff -r 9deea95129ca -r 4e7f12a763cd libinterp/corefcn/data.cc --- a/libinterp/corefcn/data.cc Tue May 12 08:46:53 2015 -0700 +++ b/libinterp/corefcn/data.cc Tue May 12 10:05:02 2015 -0700 @@ -2900,7 +2900,7 @@ \n\ Note that Octave tends to crop unused memory at the first opportunity\n\ for sparse objects. Thus, in general the value of @code{nzmax} will be the\n\ -the same as @code{nnz} except for some cases of user-created sparse objects.\n\ +same as @code{nnz} except for some cases of user-created sparse objects.\n\ @seealso{nnz, spalloc, sparse}\n\ @end deftypefn") { @@ -4490,8 +4490,8 @@ to the IEEE representation for positive infinity.\n\ \n\ Infinity is produced when results are too large to be represented using the\n\ -the IEEE floating point format for numbers. Two common examples which\n\ -produce infinity are division by zero and overflow.\n\ +IEEE floating point format for numbers. Two common examples which produce\n\ +infinity are division by zero and overflow.\n\ \n\ @example\n\ @group\n\ diff -r 9deea95129ca -r 4e7f12a763cd libinterp/corefcn/mappers.cc --- a/libinterp/corefcn/mappers.cc Tue May 12 08:46:53 2015 -0700 +++ b/libinterp/corefcn/mappers.cc Tue May 12 10:05:02 2015 -0700 @@ -1331,7 +1331,7 @@ "-*- texinfo -*-\n\ @deftypefn {Mapping Function} {} isinf (@var{x})\n\ Return a logical array which is true where the elements of @var{x} are\n\ -are infinite and false where they are not.\n\ +infinite and false where they are not.\n\ \n\ For example:\n\ \n\ diff -r 9deea95129ca -r 4e7f12a763cd scripts/plot/draw/contourc.m --- a/scripts/plot/draw/contourc.m Tue May 12 08:46:53 2015 -0700 +++ b/scripts/plot/draw/contourc.m Tue May 12 10:05:02 2015 -0700 @@ -50,7 +50,7 @@ ## length of @var{lenn}. ## ## The optional return value @var{lev} is a vector with the Z values of -## of the contour levels. +## the contour levels. ## ## Example: ## diff -r 9deea95129ca -r 4e7f12a763cd scripts/plot/draw/cylinder.m --- a/scripts/plot/draw/cylinder.m Tue May 12 08:46:53 2015 -0700 +++ b/scripts/plot/draw/cylinder.m Tue May 12 10:05:02 2015 -0700 @@ -29,7 +29,7 @@ ## and at @code{Z == 1}. ## ## The optional input @var{n} determines the number of faces around the -## the circumference of the cylinder. The default value is 20. +## circumference of the cylinder. The default value is 20. ## ## If the first argument @var{hax} is an axes handle, then plot into this axis, ## rather than the current axes returned by @code{gca}. diff -r 9deea95129ca -r 4e7f12a763cd scripts/plot/draw/ellipsoid.m --- a/scripts/plot/draw/ellipsoid.m Tue May 12 08:46:53 2015 -0700 +++ b/scripts/plot/draw/ellipsoid.m Tue May 12 10:05:02 2015 -0700 @@ -27,7 +27,7 @@ ## The inputs @var{xr}, @var{yr}, @var{zr} specify the semi-major axis lengths. ## ## The optional input @var{n} determines the number of faces around the -## the circumference of the cylinder. The default value is 20. +## circumference of the cylinder. The default value is 20. ## ## If the first argument @var{hax} is an axes handle, then plot into this axis, ## rather than the current axes returned by @code{gca}.