summaryrefslogtreecommitdiff
path: root/tiff/html/v4.0.9.html
diff options
context:
space:
mode:
Diffstat (limited to 'tiff/html/v4.0.9.html')
-rw-r--r--tiff/html/v4.0.9.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tiff/html/v4.0.9.html b/tiff/html/v4.0.9.html
index 19b370a42..6ab33510a 100644
--- a/tiff/html/v4.0.9.html
+++ b/tiff/html/v4.0.9.html
@@ -170,7 +170,7 @@ information is located here:
scans and not interleavedin a single one, needs to allocate memory (or
backing store) for the whole strip/tile.
See http://www.libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswiththeJPEGStandard.pdf
- This limitation may be overriden by setting the
+ This limitation may be overridden by setting the
LIBTIFF_ALLOW_LARGE_LIBJPEG_MEM_ALLOC environment variable, or recompiling
libtiff with a custom value of TIFF_LIBJPEG_LARGEST_MEM_ALLOC macro.
<LI> libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode()