diff scripts/plot/daspect.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents f8ea3eabcb85
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/plot/daspect.m
+++ b/scripts/plot/daspect.m
@@ -17,7 +17,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {} daspect (@var{data_aspect_ratio})
+## @deftypefn {Function File} {} daspect (@var{data_aspect_ratio})
 ## Set the data aspect ratio of the current axes.  The aspect ratio is
 ## a normalized 3-element vector representing the span of the x, y, and
 ## z-axes limits.
@@ -32,7 +32,7 @@
 ## Return the data aspect ratio mode of the current axes.
 ##
 ## @deftypefnx {Function File} {} daspect (@var{hax}, @dots{})
-## Uses the axes, with handle @var{hax}, instead of the current axes.
+## Use the axes, with handle @var{hax}, instead of the current axes.
 ##
 ## @seealso{axis, pbaspect, xlim, ylim, zlim}
 ## @end deftypefn