summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2017-01-22 22:28:28 +0100
committerklemens <ka7@github.com>2017-01-22 22:28:28 +0100
commit995d5eaf6f68c24a0b0866d61a22ebb76eeb8ce1 (patch)
tree2567cda7ea0d8767db815e47551d742fc302a09e /include
parent9936ecf0745002cea8e46dc575079b4872e9af8c (diff)
downloadlcms2-995d5eaf6f68c24a0b0866d61a22ebb76eeb8ce1.tar.gz
spelling fixes
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h6
-rw-r--r--include/lcms2_plugin.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index 82bcaed..54f6bfe 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -49,7 +49,7 @@
// #define CMS_USE_CPP_API
// Uncomment this line if you need strict CGATS syntax. Makes CGATS files to
-// require "KEYWORD" on undefined identifiers, keep it comented out unless needed
+// require "KEYWORD" on undefined identifiers, keep it commented out unless needed
// #define CMS_STRICT_CGATS 1
// Uncomment to get rid of the tables for "half" float support
@@ -1524,7 +1524,7 @@ CMSAPI cmsBool CMSEXPORT cmsCloseIOhandler(cmsIOHANDLER* io);
CMSAPI cmsBool CMSEXPORT cmsMD5computeID(cmsHPROFILE hProfile);
-// Profile high level funtions ------------------------------------------------------------------------------------------
+// Profile high level functions ------------------------------------------------------------------------------------------
CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromFile(const char *ICCProfile, const char *sAccess);
CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *ICCProfile, const char *sAccess);
@@ -1640,7 +1640,7 @@ CMSAPI cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID
#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_LOWRESPRECALC 0x0800 // Use less memory to minimize resouces
+#define cmsFLAGS_LOWRESPRECALC 0x0800 // Use less memory to minimize resources
// For devicelink creation
#define cmsFLAGS_8BITS_DEVICELINK 0x0008 // Create 8 bits devicelinks
diff --git a/include/lcms2_plugin.h b/include/lcms2_plugin.h
index 7eda009..17e480e 100644
--- a/include/lcms2_plugin.h
+++ b/include/lcms2_plugin.h
@@ -318,7 +318,7 @@ typedef struct {
// Parametric curves. A negative type means same function but analytically inverted. Max. number of params is 10
-// Evaluator callback for user-suplied parametric curves. May implement more than one type
+// Evaluator callback for user-supplied parametric curves. May implement more than one type
typedef cmsFloat64Number (* cmsParametricCurveEvaluator)(cmsInt32Number Type, const cmsFloat64Number Params[10], cmsFloat64Number R);
// Plug-in may implement an arbitrary number of parametric curves
@@ -428,7 +428,7 @@ typedef struct {
cmsUInt32Number nSupportedTypes; // In how many types this tag can come (MAX_TYPES_IN_LCMS_PLUGIN maximum)
cmsTagTypeSignature SupportedTypes[MAX_TYPES_IN_LCMS_PLUGIN];
- // For writting
+ // For writing
cmsTagTypeSignature (* DecideType)(cmsFloat64Number ICCVersion, const void *Data);
} cmsTagDescriptor;