From 3843721c6e7f81197a16aaf8937ae9229e5dc0f2 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Fri, 14 Feb 2020 18:01:11 -0500 Subject: Fix typos * src/lcms.c (lcms-xyz->jch, lcms-jch->xyz): Swap first line of docstrings. --- src/lcms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lcms.c b/src/lcms.c index a74c5539860..c19397f4baa 100644 --- a/src/lcms.c +++ b/src/lcms.c @@ -317,7 +317,7 @@ jab_to_jch (const lcmsJab_t *jab, cmsJCh *jch, double FL, double c1, double c2) } DEFUN ("lcms-xyz->jch", Flcms_xyz_to_jch, Slcms_xyz_to_jch, 1, 3, 0, - doc: /* Convert CIE CAM02 JCh to CIE XYZ. + doc: /* Convert CIE XYZ to CIE CAM02 JCh. COLOR is a list (X Y Z), with Y scaled about unity. Optional arguments WHITEPOINT and VIEW are the same as in `lcms-cam02-ucs', which see. */) @@ -353,7 +353,7 @@ which see. */) } DEFUN ("lcms-jch->xyz", Flcms_jch_to_xyz, Slcms_jch_to_xyz, 1, 3, 0, - doc: /* Convert CIE XYZ to CIE CAM02 JCh. + doc: /* Convert CIE CAM02 JCh to CIE XYZ. COLOR is a list (J C h), where lightness of white is equal to 100, and hue is given in degrees. Optional arguments WHITEPOINT and VIEW are the same as in `lcms-cam02-ucs', -- cgit v1.2.1