summaryrefslogtreecommitdiff
path: root/src/cmstypes.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/cmstypes.c
parent684dfb820b6eb797fb18e35cdfe05c1ae70e9816 (diff)
downloadlcms2-1e012029923cf95f34483d81d889ad3f20793a57.tar.gz
Misc. typos
Found via `codespell -q 3`
Diffstat (limited to 'src/cmstypes.c')
-rw-r--r--src/cmstypes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmstypes.c b/src/cmstypes.c
index 1990b81..521bef0 100644
--- a/src/cmstypes.c
+++ b/src/cmstypes.c
@@ -166,7 +166,7 @@ typedef cmsBool (* PositionTableEntryFn)(struct _cms_typehandler_struct* self,
cmsUInt32Number SizeOfTag);
// Helper function to deal with position tables as described in ICC spec 4.3
-// A table of n elements is readed, where first comes n records containing offsets and sizes and
+// A table of n elements is read, where first comes n records containing offsets and sizes and
// then a block containing the data itself. This allows to reuse same data in more than one entry
static
cmsBool ReadPositionTable(struct _cms_typehandler_struct* self,
@@ -1480,7 +1480,7 @@ void *Type_MLU_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsU
// True begin of the string
BeginOfThisString = Offset - SizeOfHeader - 8;
- // Ajust to wchar_t elements
+ // Adjust to wchar_t elements
mlu ->Entries[i].Len = (Len * sizeof(wchar_t)) / sizeof(cmsUInt16Number);
mlu ->Entries[i].StrW = (BeginOfThisString * sizeof(wchar_t)) / sizeof(cmsUInt16Number);