summaryrefslogtreecommitdiff
path: root/src/cmsio0.c
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-01-06 18:42:34 +0100
committerMarti Maria <marti.maria@littlecms.com>2022-01-06 18:42:34 +0100
commita98c03cc8dd3e57e4c86a1d067e3dce803cdfbd9 (patch)
treebdaa0c8f494344eda3a6c1234efb0142b7014c20 /src/cmsio0.c
parent058c8211966424bad5cf9b8b38db26c415852a03 (diff)
downloadlcms2-a98c03cc8dd3e57e4c86a1d067e3dce803cdfbd9.tar.gz
Final changes for 2.13
- typos - changelog - readme.1st
Diffstat (limited to 'src/cmsio0.c')
-rw-r--r--src/cmsio0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmsio0.c b/src/cmsio0.c
index cc49b4b..e1c97cd 100644
--- a/src/cmsio0.c
+++ b/src/cmsio0.c
@@ -1616,7 +1616,7 @@ void* CMSEXPORT cmsReadTag(cmsHPROFILE hProfile, cmsTagSignature sig)
return Icc -> TagPtrs[n];
- // Return error and unlock tha data
+ // Return error and unlock the data
Error:
_cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex);
return NULL;