changeset 14032:8497d89a17f1 stable

mesh.m: Correct typo in documentation * mesh.m: Correct typo in documentation
author Rik <octave@nomad.inbox5.com>
date Sun, 11 Dec 2011 21:32:59 -0800
parents 08569c50df6f
children dfbf6a49847c
files scripts/plot/mesh.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/mesh.m	Sun Dec 11 23:30:22 2011 -0500
+++ b/scripts/plot/mesh.m	Sun Dec 11 21:32:59 2011 -0800
@@ -34,7 +34,7 @@
 ## specified independent of @var{z}, by adding a fourth matrix, @var{c}.
 ##
 ## The optional return value @var{h} is a graphics handle to the created
-## suface object.
+## surface object.
 ## @seealso{colormap, contour, meshgrid, surf}
 ## @end deftypefn