diff options
author | Marti Maria <marti.maria@littlecms.com> | 2022-01-06 18:42:34 +0100 |
---|---|---|
committer | Marti Maria <marti.maria@littlecms.com> | 2022-01-06 18:42:34 +0100 |
commit | a98c03cc8dd3e57e4c86a1d067e3dce803cdfbd9 (patch) | |
tree | bdaa0c8f494344eda3a6c1234efb0142b7014c20 /src/cmsio1.c | |
parent | 058c8211966424bad5cf9b8b38db26c415852a03 (diff) | |
download | lcms2-a98c03cc8dd3e57e4c86a1d067e3dce803cdfbd9.tar.gz |
Final changes for 2.13
- typos
- changelog
- readme.1st
Diffstat (limited to 'src/cmsio1.c')
-rw-r--r-- | src/cmsio1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmsio1.c b/src/cmsio1.c index f2a3970..28e8c18 100644 --- a/src/cmsio1.c +++ b/src/cmsio1.c @@ -260,7 +260,7 @@ Error: -// Read the DToAX tag, adjusting the encoding of Lab or XYZ if neded +// Read the DToAX tag, adjusting the encoding of Lab or XYZ if needed static cmsPipeline* _cmsReadFloatInputTag(cmsHPROFILE hProfile, cmsTagSignature tagFloat) { @@ -536,7 +536,7 @@ void ChangeInterpolationToTrilinear(cmsPipeline* Lut) } -// Read the DToAX tag, adjusting the encoding of Lab or XYZ if neded +// Read the DToAX tag, adjusting the encoding of Lab or XYZ if needed static cmsPipeline* _cmsReadFloatOutputTag(cmsHPROFILE hProfile, cmsTagSignature tagFloat) { @@ -661,7 +661,7 @@ Error: // --------------------------------------------------------------------------------------------------------------- -// Read the AToD0 tag, adjusting the encoding of Lab or XYZ if neded +// Read the AToD0 tag, adjusting the encoding of Lab or XYZ if needed static cmsPipeline* _cmsReadFloatDevicelinkTag(cmsHPROFILE hProfile, cmsTagSignature tagFloat) { |