summaryrefslogtreecommitdiff
path: root/testbed
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-01-07 16:29:38 +0100
committerMarti Maria <marti.maria@littlecms.com>2022-01-07 16:29:38 +0100
commitdc04b14ed89519675754e73101e9993b2dd440e9 (patch)
treecbee448e41b17f9c70b9a06a5aff09dbb77f08c5 /testbed
parenta98c03cc8dd3e57e4c86a1d067e3dce803cdfbd9 (diff)
downloadlcms2-dc04b14ed89519675754e73101e9993b2dd440e9.tar.gz
Minor cosmetic fixes
- Left typos - meson build by #292 - Fix valgrind warning on writing uninitialized memory
Diffstat (limited to 'testbed')
-rw-r--r--testbed/testcms2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testbed/testcms2.c b/testbed/testcms2.c
index 3820909..1bd0dd8 100644
--- a/testbed/testcms2.c
+++ b/testbed/testcms2.c
@@ -8279,7 +8279,7 @@ double distance(const cmsUInt16Number* a, const cmsUInt16Number* b)
/**
* In 2.12, a report suggest that the built-in sRGB has roundtrip errors that makes color to move
-* when roundripping again and again
+* when roundtripping again and again
*/
static
int Check_sRGB_Rountrips(void)