summaryrefslogtreecommitdiff
path: root/testbed
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-03-06 18:58:18 +0100
committerMarti Maria <marti.maria@littlecms.com>2022-03-06 18:58:18 +0100
commita2420c5c101dc1f4eba9b39a961f3945c5b38520 (patch)
tree5544531d78371436497bf1f2fb1a689804cee6e4 /testbed
parent458bffeba9a74d6069659768b2c3df20a4aeb495 (diff)
downloadlcms2-a2420c5c101dc1f4eba9b39a961f3945c5b38520.tar.gz
Update testcms2.c
fix a typo
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 2fea57b..838c160 100644
--- a/testbed/testcms2.c
+++ b/testbed/testcms2.c
@@ -9436,7 +9436,7 @@ int main(int argc, char* argv[])
Check("sRGB round-trips", Check_sRGB_Rountrips);
Check("Gamma space detection", CheckGammaSpaceDetection);
Check("Unbounded mode w/ integer output", CheckIntToFloatTransform);
- Check("Corrupted buit-in by using cmsWriteRawTag", CheckInducedCorruption);
+ Check("Corrupted built-in by using cmsWriteRawTag", CheckInducedCorruption);
}
if (DoPluginTests)