summaryrefslogtreecommitdiff
path: root/lcms2mt/utils/delphi/lcms2dll.pas
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2018-10-14 00:06:46 +0100
committerRobin Watts <robin.watts@artifex.com>2018-10-15 13:46:46 +0100
commit90b8faa80a4746f7f1e0966d6c56a687d2f8d333 (patch)
tree060f2aae149fe0861a39ef954abf1862e9694169 /lcms2mt/utils/delphi/lcms2dll.pas
parentfc61ee05129b7cafb22dbce5b93c9a80d30433f7 (diff)
downloadghostpdl-90b8faa80a4746f7f1e0966d6c56a687d2f8d333.tar.gz
Pull in newly merged and updated LCMS2MT from MuPDF thirdparty repo.
The MuPDF repo should be considered canonical, as that is the one that can pull in updates from upstream lcms2 easily.
Diffstat (limited to 'lcms2mt/utils/delphi/lcms2dll.pas')
-rw-r--r--lcms2mt/utils/delphi/lcms2dll.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcms2mt/utils/delphi/lcms2dll.pas b/lcms2mt/utils/delphi/lcms2dll.pas
index b8cccdc04..9af7a0d11 100644
--- a/lcms2mt/utils/delphi/lcms2dll.pas
+++ b/lcms2mt/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