changeset 20218:4e7f12a763cd stable

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.
author Rik <rik@octave.org>
date Tue, 12 May 2015 10:05:02 -0700
parents 9deea95129ca
children f185653b2f5e
files libinterp/corefcn/data.cc libinterp/corefcn/mappers.cc scripts/plot/draw/contourc.m scripts/plot/draw/cylinder.m scripts/plot/draw/ellipsoid.m
diffstat 5 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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\
--- 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\
--- 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:
 ##
--- 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}.
--- 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}.