summaryrefslogtreecommitdiff
path: root/testbed
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2022-02-17 15:16:46 -0500
committerluz paz <luzpaz@users.noreply.github.com>2022-02-17 15:16:46 -0500
commit2b0374ba21798e7fd31af684d4370a0f52e1aabf (patch)
treee9ae217b219a4381d24cdece04fbe8570cb07e22 /testbed
parent8ab89324d5f08c8d1cebc5d0b83aa202cbfce776 (diff)
downloadlcms2-2b0374ba21798e7fd31af684d4370a0f52e1aabf.tar.gz
Fix trivial typos in testbed
Diffstat (limited to 'testbed')
-rwxr-xr-xtestbed/testplugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testbed/testplugin.c b/testbed/testplugin.c
index cb25108..8a32fe3 100755
--- a/testbed/testplugin.c
+++ b/testbed/testplugin.c
@@ -894,7 +894,7 @@ cmsInt32Number CheckTagTypePlugin(void)
ptr = (cmsUInt32Number*) cmsReadTag(h, SigInt);
if (ptr == NULL) {
- Fail("Read tag/conext switching failed (2)");
+ Fail("Read tag/context switching failed (2)");
return 0;
}
@@ -1077,7 +1077,7 @@ cmsInt32Number CheckMPEPlugin(void)
pipe = (cmsPipeline*) cmsReadTag(h, cmsSigDToB3Tag);
if (pipe == NULL) {
- Fail("Read tag/conext switching failed (2)");
+ Fail("Read tag/context switching failed (2)");
return 0;
}