From 1e012029923cf95f34483d81d889ad3f20793a57 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 21 May 2018 14:22:49 -0400 Subject: Misc. typos Found via `codespell -q 3` --- utils/delphi/lcms2dll.pas | 4 ++-- utils/jpgicc/jpgicc.c | 2 +- utils/samples/itufax.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'utils') diff --git a/utils/delphi/lcms2dll.pas b/utils/delphi/lcms2dll.pas index b8cccdc..9af7a0d 100644 --- a/utils/delphi/lcms2dll.pas +++ b/utils/delphi/lcms2dll.pas @@ -1328,7 +1328,7 @@ FUNCTION cmsCloseIOhandler(io: LPcmsIOHANDLER): cmsBool; StdCall; FUNCTION cmsMD5computeID(hProfile: cmsHPROFILE): cmsBool; StdCall; -// Profile high level funtions ------------------------------------------------------------------------------------------ +// Profile high level functions ------------------------------------------------------------------------------------------ FUNCTION cmsOpenProfileFromFile(ICCProfile : PAnsiChar; sAccess: PAnsiChar): cmsHPROFILE; StdCall; FUNCTION cmsOpenProfileFromFileTHR(ContextID: cmsContext; ICCProfile, sAccess: PAnsiChar): cmsHPROFILE; StdCall; @@ -1448,7 +1448,7 @@ cmsFLAGS_SOFTPROOFING = $4000; // Do softproofing // Misc cmsFLAGS_BLACKPOINTCOMPENSATION = $2000; cmsFLAGS_NOWHITEONWHITEFIXUP = $0004; // Don't fix scum dot -cmsFLAGS_HIGHRESPRECALC = $0400; // Use more memory to give better accurancy +cmsFLAGS_HIGHRESPRECALC = $0400; // Use more memory to give better accuracy cmsFLAGS_LOWRESPRECALC = $0800; // Use less memory to minimize resouces // For devicelink creation diff --git a/utils/jpgicc/jpgicc.c b/utils/jpgicc/jpgicc.c index 93ac7f5..ea9e655 100644 --- a/utils/jpgicc/jpgicc.c +++ b/utils/jpgicc/jpgicc.c @@ -170,7 +170,7 @@ void Lab2ITU(const cmsCIELab* Lab, cmsUInt16Number Out[3]) // once for each node. In[] will contain the Lab PCS value to convert to ITUFAX // on PCS2ITU, or the ITUFAX value to convert to Lab in ITU2PCS // You can change the number of sample points if desired, the algorithm will -// remain same. 33 points gives good accurancy, but you can reduce to 22 or less +// remain same. 33 points gives good accuracy, but you can reduce to 22 or less // is space is critical #define GRID_POINTS 33 diff --git a/utils/samples/itufax.c b/utils/samples/itufax.c index 72651c8..6bad87e 100644 --- a/utils/samples/itufax.c +++ b/utils/samples/itufax.c @@ -59,7 +59,7 @@ void Lab2ITU(LPcmsCIELab Lab, WORD Out[3]) // once for each node. In[] will contain the Lab PCS value to convert to ITUFAX // on InputDirection, or the ITUFAX value to convert to Lab in OutputDirection // You can change the number of sample points if desired, the algorithm will -// remain same. 33 points gives good accurancy, but you can reduce to 22 or less +// remain same. 33 points gives good accuracy, but you can reduce to 22 or less // is space is critical #define GRID_POINTS 33 -- cgit v1.2.3