summaryrefslogtreecommitdiff
path: root/libtiff/tif_ojpeg.c
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-28 00:49:54 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-28 00:49:54 +0200
commit5fb3593eba4fd4c67239da3df548c284b1ad9cb5 (patch)
treebaa996f39ebe04cd6b9abafd0edfd13a32d3f8cf /libtiff/tif_ojpeg.c
parent8405704ebb9bcbe681825a2991f9fdb9088d0941 (diff)
downloadlibtiff-git-5fb3593eba4fd4c67239da3df548c284b1ad9cb5.tar.gz
Fix typos
Diffstat (limited to 'libtiff/tif_ojpeg.c')
-rw-r--r--libtiff/tif_ojpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtiff/tif_ojpeg.c b/libtiff/tif_ojpeg.c
index 4b52e9f2..5901cbd4 100644
--- a/libtiff/tif_ojpeg.c
+++ b/libtiff/tif_ojpeg.c
@@ -74,7 +74,7 @@
or errors, up to the point where either these values are read, or it's clear they
aren't there. This means that some of the data is read twice, but we feel speed
in correcting these values is important enough to warrant this sacrifice. Although
- there is currently no define or other configuration mechanism to disable this behaviour,
+ there is currently no define or other configuration mechanism to disable this behavior,
the actual header scanning is build to robustly respond with error report if it
should encounter an uncorrected mismatch of subsampling values. See
OJPEGReadHeaderInfoSecStreamSof.