summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDirk Lemstra <dirk@lemstra.org>2019-11-23 12:53:28 +0100
committerDirk Lemstra <dirk@lemstra.org>2019-11-23 12:53:28 +0100
commit631ebd6224371590c612d7093070c040ce4fb2a2 (patch)
tree844a360c33da1caa6a6761b83d08bf3ac61b35a8 /include
parente3beb54a261581300a440dca9fa7410483c76aa5 (diff)
downloadlcms2-631ebd6224371590c612d7093070c040ce4fb2a2.tar.gz
Fixed a typo in the header file.
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index d7e8c16..9b89a5d 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1039,7 +1039,7 @@ CMSAPI long int CMSEXPORT cmsfilelength(FILE* f);
typedef struct _cmsContext_struct* cmsContext;
CMSAPI cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData);
-CMSAPI void CMSEXPORT cmsDeleteContext(cmsContext ContexID);
+CMSAPI void CMSEXPORT cmsDeleteContext(cmsContext ContextID);
CMSAPI cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData);
CMSAPI void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID);