]> gitweb.factorcode.org Git - factor.git/commitdiff
images.testing: fix typo in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 25 Oct 2017 18:19:22 +0000 (11:19 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 25 Oct 2017 18:19:22 +0000 (11:19 -0700)
extra/images/testing/testing-docs.factor

index 372cb3c338bb83a9afd7521b17733ca5a360749b..6bfdbc718bac2d5eefca226460ad05e64ebeb882 100644 (file)
@@ -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.