summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@codelibre.net>2021-01-02 22:47:26 +0000
committerRoger Leigh <rleigh@codelibre.net>2021-01-02 22:47:26 +0000
commit5c9316d51f683eb0ce0bd1c4dbfee8acb76b914e (patch)
tree61f16207b91b5ef0ec0ed8dbba48ff1ce93dd224 /test
parent290ef04b7383a4b6e1f972d06b863a4d9a1719b1 (diff)
parentf7e86122acac0d57ee0610fa9dc3333c861edb31 (diff)
downloadlibtiff-git-5c9316d51f683eb0ce0bd1c4dbfee8acb76b914e.tar.gz
Merge branch 'codespell' into 'master'
Fix spelling mistakes. See merge request libtiff/libtiff!183
Diffstat (limited to 'test')
-rw-r--r--test/defer_strile_writing.c2
-rw-r--r--test/raw_decode.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/defer_strile_writing.c b/test/defer_strile_writing.c
index 4e358567..b918a228 100644
--- a/test/defer_strile_writing.c
+++ b/test/defer_strile_writing.c
@@ -131,7 +131,7 @@ int test(const char* mode, int tiled, int height)
ret = TIFFForceStrileArrayWriting(tif);
assert(ret);
- /* Now write data on frist directory */
+ /* Now write data on first directory */
ret = TIFFSetDirectory( tif, 0 );
assert(ret);
diff --git a/test/raw_decode.c b/test/raw_decode.c
index a2fca03a..aeaaf051 100644
--- a/test/raw_decode.c
+++ b/test/raw_decode.c
@@ -59,7 +59,7 @@
"JPEGLib: JPEG parameter struct mismatch: library thinks size is 432,
caller expects 464"
- For such users we wil fix the problem here. See install.doc file from
+ For such users we will fix the problem here. See install.doc file from
the JPEG library distribution for details.
*/
@@ -271,7 +271,7 @@ main(int argc, char **argv)
/*
* Currently TIFFReadRGBATile() just uses JPEGCOLORMODE_RGB so this
- * trivally matches the last results. Eventually we should actually
+ * trivially matches the last results. Eventually we should actually
* accomplish it from the YCbCr subsampled buffer ourselves in which
* case the results may be subtly different but similar.
*/