summaryrefslogtreecommitdiff
path: root/src/cmsio0.c
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-21 14:22:49 -0400
committerluz.paz <luzpaz@users.noreply.github.com>2018-05-21 14:22:49 -0400
commit1e012029923cf95f34483d81d889ad3f20793a57 (patch)
tree907bb1f4deeb56f920b14c1326979781a1098ac7 /src/cmsio0.c
parent684dfb820b6eb797fb18e35cdfe05c1ae70e9816 (diff)
downloadlcms2-1e012029923cf95f34483d81d889ad3f20793a57.tar.gz
Misc. typos
Found via `codespell -q 3`
Diffstat (limited to 'src/cmsio0.c')
-rw-r--r--src/cmsio0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmsio0.c b/src/cmsio0.c
index 0019180..90c79d0 100644
--- a/src/cmsio0.c
+++ b/src/cmsio0.c
@@ -1564,7 +1564,7 @@ void* CMSEXPORT cmsReadTag(cmsHPROFILE hProfile, cmsTagSignature sig)
if (!IsTypeSupported(TagDescriptor, BaseType)) goto Error;
- TagSize -= 8; // Alredy read by the type base logic
+ TagSize -= 8; // Already read by the type base logic
// Get type handler
TypeHandler = _cmsGetTagTypeHandler(Icc ->ContextID, BaseType);
@@ -1815,7 +1815,7 @@ cmsUInt32Number CMSEXPORT cmsReadRawTag(cmsHPROFILE hProfile, cmsTagSignature si
return Icc ->TagSizes[i];
}
- // Already readed, or previously set by cmsWriteTag(). We need to serialize that
+ // Already read, or previously set by cmsWriteTag(). We need to serialize that
// data to raw in order to maintain consistency.
_cmsUnlockMutex(Icc->ContextID, Icc ->UsrMutex);