diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-07-26 21:06:38 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-07-26 21:06:38 +0200 |
| commit | 5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd (patch) | |
| tree | b11a992a90fc82a23357ef9588aead07862b29a0 /tests | |
| parent | 2be20ce7d9996e960d79f3ad6ec439a9895849ed (diff) | |
Spelling fixes (patch by ka7, #890, rebased on top of master)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/conformance/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/conformance/CMakeLists.txt b/tests/conformance/CMakeLists.txt index 3a07dbc4..548a93d2 100644 --- a/tests/conformance/CMakeLists.txt +++ b/tests/conformance/CMakeLists.txt @@ -8,7 +8,7 @@ set(BASELINE_NR ${OPJ_DATA_ROOT}/baseline/nonregression) set(INPUT_CONF ${OPJ_DATA_ROOT}/input/conformance) -# List of components by file (normaly p0_13.j2k have 257 components but for this +# List of components by file (normally p0_13.j2k have 257 components but for this #set of test we consider only 4) set( CP0_nbC_list "not_used;1;1;1;3;4;4;3;3;1;3;1;1;4;3;1;1") set( CP1_nbC_list "not_used;1;3;4;1;3;3;2") @@ -617,7 +617,7 @@ endforeach() #-------------------------------------------------------------------------- # Tests about dump of profile 0 file -# try to dump image and codestream informations into a file +# try to dump image and codestream information into a file # non regression comparison this file to the baseline foreach(numFileP0 RANGE 1 16) @@ -651,7 +651,7 @@ endforeach() #-------------------------------------------------------------------------- # Tests about dump of profile 1 file -# try to dump image and codestream informations into a file +# try to dump image and codestream information into a file # non regression comparison this file to the baseline foreach(numFileP1 RANGE 1 7) @@ -680,7 +680,7 @@ endforeach() #-------------------------------------------------------------------------- # Tests about dump of JP2 file -# try to dump image and codestream informations into a file +# try to dump image and codestream information into a file # non regression comparison this file to the baseline foreach(numFileJP2 RANGE 1 9) |
