diff scripts/plot/draw/cylinder.m @ 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 4197fc428c7d
children
line wrap: on
line diff
--- 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}.