diff scripts/plot/mesh.m @ 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 5f0bb45e615c
children 72c96de7a403
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