changeset 8544:c0d71b4deeb7

pink.m: spelling fix
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2009 11:02:56 -0500
parents fda06702bf71
children faccdb98d953
files scripts/ChangeLog scripts/image/pink.m
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,6 +1,8 @@
 2009-01-20  John W. Eaton  <jwe@octave.org>
 
-	* image/hsv.m: Doc fix from Francesco Potorti` <Potorti@isti.cnr.it>.
+	* image/pink.m: Spelling fix.
+	* image/hsv.m: Doc fix.
+	From Francesco Potorti` <Potorti@isti.cnr.it>.
 
 	* testfun/assert.m: Use isfield instead of struct_contains.
 
--- a/scripts/image/pink.m
+++ b/scripts/image/pink.m
@@ -18,8 +18,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} pink (@var{n})
-## Create color colormap. This colormap gives a sephia tone on black and
-## white images. The argument @var{n} should be a scalar.  If it
+## Create color colormap.  This colormap gives a sepia tone on black and
+## white images.  The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
 ## @seealso{colormap}
 ## @end deftypefn