# HG changeset patch # User Rik # Date 1323667979 28800 # Node ID 8497d89a17f171563ceab1a2d55bb70b86a5095e # Parent 08569c50df6f08d8297d466d3eba76d613de2fa4 mesh.m: Correct typo in documentation * mesh.m: Correct typo in documentation diff -r 08569c50df6f -r 8497d89a17f1 scripts/plot/mesh.m --- 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