From 5f43d8cceab7edc684ffbc963799d478c2d9b1fa Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 25 Oct 2017 11:19:22 -0700 Subject: [PATCH] images.testing: fix typo in docs. --- extra/images/testing/testing-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/images/testing/testing-docs.factor b/extra/images/testing/testing-docs.factor index 372cb3c338..6bfdbc718b 100644 --- a/extra/images/testing/testing-docs.factor +++ b/extra/images/testing/testing-docs.factor @@ -14,7 +14,7 @@ HELP: encode-test { $values { "path" "a pathname string" } { "image-class" object } } -{ $description "Runs a unit-test on the image at " { $snippet "path" } " to test the image encoder. The image is decoded, encoded, and then decoded again to verify that the final decoded output matches the original decoded output. Before comparison for equality, the images are normalized in order to accomodate differences in representation between the two potential encoders." } +{ $description "Runs a unit-test on the image at " { $snippet "path" } " to test the image encoder. The image is decoded, encoded, and then decoded again to verify that the final decoded output matches the original decoded output. Before comparison for equality, the images are normalized in order to accommodate differences in representation between the two potential encoders." } { $warning "This test assumes that the image decoder is working correctly. If the image fails both the " { $link decode-test } " and the " { $link encode-test } ", then you should first debug the decoder. Once the decoder is working correctly, proceed with testing the encoder." } ; HELP: images.