changeset 16839:905329f73b4a

isosurface.m: Correct typo in documentation. * scripts/plot/isosurface.m: Correctly spell "separate".
author Rik <rik@octave.org>
date Mon, 24 Jun 2013 14:55:27 -0700
parents f68b0f51c896
children 969233a27bce
files scripts/plot/isosurface.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/isosurface.m	Mon Jun 24 13:49:37 2013 -0700
+++ b/scripts/plot/isosurface.m	Mon Jun 24 14:55:27 2013 -0700
@@ -51,7 +51,7 @@
 ##
 ## If called with two or three output arguments then return the
 ## information about the faces @var{f}, vertices @var{v} and color data
-## @var{c} as seperate arrays instead of a single structure array.
+## @var{c} as separate arrays instead of a single structure array.
 ##
 ## If called with no output argument then directly process the
 ## isosurface geometry with the @command{patch} command.