diff options
author | Stefan Weil <sw@weilnetz.de> | 2018-02-24 20:08:35 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2018-03-07 15:13:32 +0100 |
commit | aa2d165c36f565b44a7ec02b471a1da738404fdd (patch) | |
tree | 28ceeb099bb16c2bc91f3eacbc39e3ab6c9a4a2b /testbed | |
parent | c8ee5f810908bdd01a098f6efb2e643bd03a60cd (diff) | |
download | lcms2-aa2d165c36f565b44a7ec02b471a1da738404fdd.tar.gz |
Fix some typos in comments and messages (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'testbed')
-rw-r--r-- | testbed/testcms2.c | 4 | ||||
-rwxr-xr-x | testbed/testplugin.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testbed/testcms2.c b/testbed/testcms2.c index 39368d8..61b55af 100644 --- a/testbed/testcms2.c +++ b/testbed/testcms2.c @@ -448,7 +448,7 @@ cmsHPROFILE Create_CMYK_DeviceLink(void) // Create a fake CMYK profile, without any other requeriment that being coarse CMYK. -// DONT USE THIS PROFILE FOR ANYTHING, IT IS USELESS BUT FOR TESTING PURPOSES. +// DON'T USE THIS PROFILE FOR ANYTHING, IT IS USELESS BUT FOR TESTING PURPOSES. typedef struct { cmsHTRANSFORM hLab2sRGB; @@ -8888,7 +8888,7 @@ int main(int argc, char* argv[]) PrintSupportedIntents(); Check("Base types", CheckBaseTypes); - Check("endianess", CheckEndianess); + Check("endianness", CheckEndianess); Check("quick floor", CheckQuickFloor); Check("quick floor word", CheckQuickFloorWord); Check("Fixed point 15.16 representation", CheckFixedPoint15_16); diff --git a/testbed/testplugin.c b/testbed/testplugin.c index 18ad59b..942a8d5 100755 --- a/testbed/testplugin.c +++ b/testbed/testplugin.c @@ -27,7 +27,7 @@ #include "testcms2.h" // -------------------------------------------------------------------------------------------------- -// Auxiliar, duplicate a context and mark the block as non-debug because in this case the allocator +// Auxiliary, duplicate a context and mark the block as non-debug because in this case the allocator // and deallocator have different context owners // -------------------------------------------------------------------------------------------------- |