changeset 11225:a7860357b78b octave-forge

wavelength2rgb: texinfo fix
author carandraug
date Thu, 08 Nov 2012 19:26:50 +0000
parents 9fc2275c4f97
children d79830cc9055
files main/image/inst/wavelength2rgb.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/image/inst/wavelength2rgb.m	Thu Nov 08 19:17:38 2012 +0000
+++ b/main/image/inst/wavelength2rgb.m	Thu Nov 08 19:26:50 2012 +0000
@@ -55,7 +55,7 @@
 ## @itemize @bullet
 ## @item @uref{http://stackoverflow.com/questions/2374959/algorithm-to-convert-any-positive-integer-to-an-rgb-value}
 ## @item @uref{http://www.midnightkite.com/color.html} per Dan Bruton
-## @end i temize
+## @end itemize
 ## @end deftypefn
 
 function rgb = wavelength2rgb (wavelength, out_class = "double", gamma = 0.8)