diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-05-21 14:22:49 -0400 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-05-21 14:22:49 -0400 |
commit | 1e012029923cf95f34483d81d889ad3f20793a57 (patch) | |
tree | 907bb1f4deeb56f920b14c1326979781a1098ac7 /src/cmsplugin.c | |
parent | 684dfb820b6eb797fb18e35cdfe05c1ae70e9816 (diff) | |
download | lcms2-1e012029923cf95f34483d81d889ad3f20793a57.tar.gz |
Misc. typos
Found via `codespell -q 3`
Diffstat (limited to 'src/cmsplugin.c')
-rw-r--r-- | src/cmsplugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmsplugin.c b/src/cmsplugin.c index d54b4d1..a4a5d5c 100644 --- a/src/cmsplugin.c +++ b/src/cmsplugin.c @@ -33,7 +33,7 @@ // Little-Endian to Big-Endian -// Adjust a word value after being readed/ before being written from/to an ICC profile +// Adjust a word value after being read/ before being written from/to an ICC profile cmsUInt16Number CMSEXPORT _cmsAdjustEndianess16(cmsUInt16Number Word) { #ifndef CMS_USE_BIG_ENDIAN |