diff options
-rw-r--r-- | src/cmsio0.c | 2 | ||||
-rw-r--r-- | testbed/testcms2.c | 4 | ||||
-rwxr-xr-x | testbed/testplugin.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/cmsio0.c b/src/cmsio0.c index 2119f97..0019180 100644 --- a/src/cmsio0.c +++ b/src/cmsio0.c @@ -1795,7 +1795,7 @@ cmsUInt32Number CMSEXPORT cmsReadRawTag(cmsHPROFILE hProfile, cmsTagSignature si return Icc ->TagSizes[i]; } - // The data has been already read, or written. But wait!, maybe the user choosed to save as + // The data has been already read, or written. But wait!, maybe the user chose to save as // raw data. In this case, return the raw data directly if (Icc ->TagSaveAsRaw[i]) { 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 // -------------------------------------------------------------------------------------------------- |