diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-05-11 21:02:56 +0200 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-05-11 21:04:07 +0200 |
commit | 923e94ae704c54d190cd0602c412ecebd30af276 (patch) | |
tree | f678b1e4d0373500cbd79eccfbd141feea314770 /src/cmsplugin.c | |
parent | e342f44a89f151dd635d34fcfe43a89abc9e9e08 (diff) | |
download | lcms2-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.c | 2 |
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; |