diff options
| author | Stefan Weil <sw@weilnetz.de> | 2024-02-28 15:28:51 +0100 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2024-02-28 16:23:43 +0100 |
| commit | 20ad29f497cf1afacb243c0019069ba10a0320bd (patch) | |
| tree | e9d17895b185218ff0fd35750da5d37ee45f4a05 /tests/nonregression | |
| parent | 61309d7f66f6c6d6381c529b84931e9a7531c1b6 (diff) | |
Fix some typos (found by `codespell` and `typos`)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'tests/nonregression')
| -rw-r--r-- | tests/nonregression/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/nonregression/CMakeLists.txt b/tests/nonregression/CMakeLists.txt index 51990577..c3b9578f 100644 --- a/tests/nonregression/CMakeLists.txt +++ b/tests/nonregression/CMakeLists.txt @@ -82,8 +82,8 @@ set(BLACKLIST_JPEG2000 issue475.jp2 #kdu_jp2info ok issue413.jp2 #kdu_jp2info ok issue823.jp2 #kdu_jp2info ok - issue826.jp2 #inspection reveales that the transformation value is out of range - oss-fuzz2785.jp2 #inspection reveales that the transformation value is out of range + issue826.jp2 #inspection reveals that the transformation value is out of range + oss-fuzz2785.jp2 #inspection reveals that the transformation value is out of range issue1438.j2k ) diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index 584dfaf7..67409f9b 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -6,7 +6,7 @@ # + For encoder related tests = dump, compare dump to base, decode the encoded file with # reference and compare the decoded file with the baseline decoded previously with # ref decoder. -# + For decoder related tests = dump, compare dump to base, (TODO: compare outpout decoding +# + For decoder related tests = dump, compare dump to base, (TODO: compare output decoding # image to base) # # Line begin with ! should failed (should be used for bad jpeg2000 file which should be |
