diff scripts/image/brighten.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 c792872f8942
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/image/brighten.m	Mon Apr 04 13:37:13 2011 -0700
+++ b/scripts/image/brighten.m	Mon Apr 04 15:33:46 2011 -0700
@@ -20,7 +20,7 @@
 ## @deftypefn  {Function File} {@var{map_out} =} brighten (@var{map}, @var{beta})
 ## @deftypefnx {Function File} {@var{map_out} =} brighten (@var{h}, @var{beta})
 ## @deftypefnx {Function File} {@var{map_out} =} brighten (@var{beta})
-## Darkens or brightens the given colormap.  If the @var{map} argument
+## Darken or brighten the given colormap.  If the @var{map} argument
 ## is omitted, the function is applied to the current colormap.  The first
 ## argument can also be a valid graphics handle @var{h}, in which case
 ## @code{brighten} is applied to the colormap associated with this handle.