summaryrefslogtreecommitdiff
path: root/include/lcms2_plugin.h
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/lcms2_plugin.h
parent9936ecf0745002cea8e46dc575079b4872e9af8c (diff)
downloadlcms2-995d5eaf6f68c24a0b0866d61a22ebb76eeb8ce1.tar.gz
spelling fixes
Diffstat (limited to 'include/lcms2_plugin.h')
-rw-r--r--include/lcms2_plugin.h4
1 files changed, 2 insertions, 2 deletions
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;