diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-05-21 14:22:49 -0400 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-05-21 14:22:49 -0400 |
commit | 1e012029923cf95f34483d81d889ad3f20793a57 (patch) | |
tree | 907bb1f4deeb56f920b14c1326979781a1098ac7 /include | |
parent | 684dfb820b6eb797fb18e35cdfe05c1ae70e9816 (diff) | |
download | lcms2-1e012029923cf95f34483d81d889ad3f20793a57.tar.gz |
Misc. typos
Found via `codespell -q 3`
Diffstat (limited to 'include')
-rw-r--r-- | include/lcms2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcms2.h b/include/lcms2.h index 9e7ee4c..345672c 100644 --- a/include/lcms2.h +++ b/include/lcms2.h @@ -1644,7 +1644,7 @@ CMSAPI cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID // Misc #define cmsFLAGS_BLACKPOINTCOMPENSATION 0x2000 #define cmsFLAGS_NOWHITEONWHITEFIXUP 0x0004 // Don't fix scum dot -#define cmsFLAGS_HIGHRESPRECALC 0x0400 // Use more memory to give better accurancy +#define cmsFLAGS_HIGHRESPRECALC 0x0400 // Use more memory to give better accuracy #define cmsFLAGS_LOWRESPRECALC 0x0800 // Use less memory to minimize resources // For devicelink creation |