summaryrefslogtreecommitdiff
path: root/src/cmsplugin.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-05-11 21:02:56 +0200
committerStefan Weil <sw@weilnetz.de>2016-05-11 21:04:07 +0200
commit923e94ae704c54d190cd0602c412ecebd30af276 (patch)
treef678b1e4d0373500cbd79eccfbd141feea314770 /src/cmsplugin.c
parente342f44a89f151dd635d34fcfe43a89abc9e9e08 (diff)
downloadlcms2-923e94ae704c54d190cd0602c412ecebd30af276.tar.gz
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src/cmsplugin.c')
-rw-r--r--src/cmsplugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmsplugin.c b/src/cmsplugin.c
index dc13ead..bc6b34d 100644
--- a/src/cmsplugin.c
+++ b/src/cmsplugin.c
@@ -107,7 +107,7 @@ void CMSEXPORT _cmsAdjustEndianess64(cmsUInt64Number* Result, cmsUInt64Number*
#endif
}
-// Auxiliar -- read 8, 16 and 32-bit numbers
+// Auxiliary -- read 8, 16 and 32-bit numbers
cmsBool CMSEXPORT _cmsReadUInt8Number(cmsIOHANDLER* io, cmsUInt8Number* n)
{
cmsUInt8Number tmp;