summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorKurt Schwehr <schwehr@google.com>2020-12-31 10:18:04 -0800
committerKurt Schwehr <schwehr@google.com>2020-12-31 10:18:04 -0800
commit31ee09864c8389186e73e70ed0ee9fdbb2c038df (patch)
treee74c2cf5c5e82aff7de63e83dbbcf183f96929a4 /html
parentf2bc2e9d6b34d1f70ad2d48237a21dfdcfaed9c8 (diff)
downloadlibtiff-git-31ee09864c8389186e73e70ed0ee9fdbb2c038df.tar.gz
Fix spelling mistakes.
Found with: codespell --version 1.17.1
Diffstat (limited to 'html')
-rw-r--r--html/internals.html2
-rw-r--r--html/libtiff.html2
-rw-r--r--html/man/TIFFDataWidth.3tiff.html2
-rw-r--r--html/man/TIFFReadRGBAImage.3tiff.html2
-rw-r--r--html/v3.4beta007.html2
-rw-r--r--html/v3.4beta016.html2
-rw-r--r--html/v3.4beta028.html2
-rw-r--r--html/v3.5.7.html4
-rw-r--r--html/v3.6.0.html4
-rw-r--r--html/v3.6.1.html6
-rw-r--r--html/v3.7.0.html2
-rw-r--r--html/v3.7.0alpha.html2
-rw-r--r--html/v3.7.0beta.html2
-rw-r--r--html/v3.7.0beta2.html2
-rw-r--r--html/v3.7.1.html2
-rw-r--r--html/v3.7.2.html2
-rw-r--r--html/v3.7.3.html2
-rw-r--r--html/v3.7.4.html2
-rw-r--r--html/v3.8.0.html6
-rw-r--r--html/v3.8.1.html2
-rw-r--r--html/v3.8.2.html2
-rw-r--r--html/v3.9.0.html2
-rw-r--r--html/v3.9.0beta.html4
-rw-r--r--html/v3.9.1.html2
-rw-r--r--html/v3.9.2.html2
-rw-r--r--html/v3.9.3.html2
-rw-r--r--html/v3.9.4.html2
-rw-r--r--html/v3.9.5.html2
-rw-r--r--html/v4.0.0.html2
-rw-r--r--html/v4.0.4beta.html2
-rw-r--r--html/v4.0.7.html2
-rw-r--r--html/v4.0.8.html2
-rw-r--r--html/v4.0.9.html2
33 files changed, 40 insertions, 40 deletions
diff --git a/html/internals.html b/html/internals.html
index 20061ef0..f6516b59 100644
--- a/html/internals.html
+++ b/html/internals.html
@@ -289,7 +289,7 @@ The following defines control general portability:
<TR>
<TD VALIGN=top><TT>HAVE_IEEEFP</TT></TD>
<TD>Define this as 0 or 1 according to the floating point
- format suported by the machine. If your machine does
+ format supported by the machine. If your machine does
not support IEEE floating point then you will need to
add support to tif_machdep.c to convert between the
native format and IEEE format.</TD>
diff --git a/html/libtiff.html b/html/libtiff.html
index cda66b5a..c673b4ff 100644
--- a/html/libtiff.html
+++ b/html/libtiff.html
@@ -296,7 +296,7 @@
the <tt>TIFFGetFieldDefaulted</tt> interface may be used.
</p>
<p>
- The manual pages for the tag get and set routines specifiy the exact data types
+ The manual pages for the tag get and set routines specify the exact data types
and calling conventions required for each tag supported by the library.
</p>
<hr>
diff --git a/html/man/TIFFDataWidth.3tiff.html b/html/man/TIFFDataWidth.3tiff.html
index 9eede060..c8318ded 100644
--- a/html/man/TIFFDataWidth.3tiff.html
+++ b/html/man/TIFFDataWidth.3tiff.html
@@ -75,7 +75,7 @@ TIFF_DOUBLE</i></p>
<td width="8%"></td>
<td width="91%">
<p><i>TIFFDataWidth</i> returns a number of bytes occupied
-by the item of given type. 0 returned when uknown data type
+by the item of given type. 0 returned when unknown data type
supplied.</p>
</td>
</table>
diff --git a/html/man/TIFFReadRGBAImage.3tiff.html b/html/man/TIFFReadRGBAImage.3tiff.html
index f648f099..5bf6527f 100644
--- a/html/man/TIFFReadRGBAImage.3tiff.html
+++ b/html/man/TIFFReadRGBAImage.3tiff.html
@@ -176,7 +176,7 @@ scaling sample values. Palette, grayscale, bilevel,
uncorrected by any colorimetry information present in the
directory.</p>
<!-- INDENTATION -->
-<p>The paramater <i>stopOnError</i> specifies how to act if
+<p>The parameter <i>stopOnError</i> specifies how to act if
an error is encountered while reading the image. If
<i>stopOnError</i> is non-zero, then an error will terminate
the operation; otherwise <i>TIFFReadRGBAImage</i> will
diff --git a/html/v3.4beta007.html b/html/v3.4beta007.html
index c2b51f0a..77c6ac8d 100644
--- a/html/v3.4beta007.html
+++ b/html/v3.4beta007.html
@@ -54,7 +54,7 @@ The following information is located here:
<LI>Niles Ritter's client tag extension hooks were added
<LI>a new routine <TT>TIFFCurrentDirOffset</TT> was added for
applications that want to find out the file offset of a TIFF directory
-<LI>the calculation of the number of strips in an image was corected
+<LI>the calculation of the number of strips in an image was corrected
for images with certain esoteric configurations
<LI>a potential memory leak (very unlikely) was plugged
<LI>the <TT>TIFFReadRGBAImage</TT> support was completely rewritten
diff --git a/html/v3.4beta016.html b/html/v3.4beta016.html
index 11035384..e959af8e 100644
--- a/html/v3.4beta016.html
+++ b/html/v3.4beta016.html
@@ -55,7 +55,7 @@ The following information is located here:
<LI>support was added for registering new codecs external to the library
and for overriding the codecs that are builtin to the library
<LI>emulation support for the old <TT>DataType</TT> tag was improved
-<LI>suppport was added for the <TT>SMinSampleValue</TT>
+<LI>support was added for the <TT>SMinSampleValue</TT>
and <TT>SMaxSampleValue</TT> tags
<LI>the library no longer ignores <TT>TileWidth</TT> and <TT>TileLength</TT>
tags whose values are not a multiple of 16 (per the spec); this
diff --git a/html/v3.4beta028.html b/html/v3.4beta028.html
index 5ae0e490..1d54afe1 100644
--- a/html/v3.4beta028.html
+++ b/html/v3.4beta028.html
@@ -84,7 +84,7 @@ The following information is located here:
order, and ``H'' for the bit order of the native CPU)
<LI>the byte order of image and tag data written to newly-created files
can now be controlled on a per-file basis through a mode parameter
- supplied when openening a file (``b'' to force Big-Endian byte order
+ supplied when opening a file (``b'' to force Big-Endian byte order
and ``l'' to force Little-Endian byte order)
<LI>the use memory-mapped files for images opened read-only can now
be controlled on a per-file basis through a mode parameter supplied
diff --git a/html/v3.5.7.html b/html/v3.5.7.html
index a58b7e5a..5ae2d26c 100644
--- a/html/v3.5.7.html
+++ b/html/v3.5.7.html
@@ -44,7 +44,7 @@ The following information is located here:
<UL>
<li> libtiff/libtiff.def: Brent Roman submitted new version adding
-serveral missing entry points. Also add a few other entry points
+several missing entry points. Also add a few other entry points
later.
<li> configure, Makefile.in, etc: added support for OPTIMIZER being
@@ -152,7 +152,7 @@ later.
<li> libtiff/tif_getimage.c: relax handling of contig case where
there are extra samples that are supposed to be ignored as per bug 75. This
-should now work for 8bit greyscale or palletted images.
+should now work for 8bit greyscale or paletted images.
<li> libtiff/tif_packbits.c: fixed memory overrun error as per bug 77.
diff --git a/html/v3.6.0.html b/html/v3.6.0.html
index 1a3ba4a9..57613867 100644
--- a/html/v3.6.0.html
+++ b/html/v3.6.0.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
@@ -108,7 +108,7 @@ with externally defined tags is the primary reason for the shift to the
<UL>
<li> configure, config.site: Fix for large files (>2GiB) support. New
-option in the config.site: LARGEFILE="yes". Should be enougth for the large
+option in the config.site: LARGEFILE="yes". Should be enough for the large
files I/O.
<li> configure: Set -DPIXARLOG_SUPPORT option along with -DZIP_SUPPORT.
diff --git a/html/v3.6.1.html b/html/v3.6.1.html
index 6a357f4c..e7036c0f 100644
--- a/html/v3.6.1.html
+++ b/html/v3.6.1.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
@@ -125,7 +125,7 @@ interface. YCbCr to RGB conversion code also moved there and now has
<a href="./man/TIFFcolor.3t.html">publicly available interface</a>. These
routines currently used in TIFFRGBAImage interface only and not supported in
other libtiff tools yet. So if you want, for example, to convert CIE Lab image
-into PostScript file you should do it in two steps: chnge colorspace to RGB
+into PostScript file you should do it in two steps: change colorspace to RGB
using <a href="./man/tiff2rgba.1.html">tiff2rgba</a> utility abd then process
it with the <a href="./man/tiff2ps.1.html">tiff2ps</a>.
@@ -176,7 +176,7 @@ lines.
<UL>
<li> contrib/pds/{tif_pdsdirread.c, tif_pdsdirwrite.c}: Use TIFFDataWidth()
-function insted of tiffDataWidth array.
+function instead of tiffDataWidth array.
</UL>
diff --git a/html/v3.7.0.html b/html/v3.7.0.html
index 9c0819a4..c08fb3b6 100644
--- a/html/v3.7.0.html
+++ b/html/v3.7.0.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.7.0alpha.html b/html/v3.7.0alpha.html
index 39b63238..70b11177 100644
--- a/html/v3.7.0alpha.html
+++ b/html/v3.7.0alpha.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.7.0beta.html b/html/v3.7.0beta.html
index f646480f..8ed682ca 100644
--- a/html/v3.7.0beta.html
+++ b/html/v3.7.0beta.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.7.0beta2.html b/html/v3.7.0beta2.html
index 41ba6c3a..0b0b9a82 100644
--- a/html/v3.7.0beta2.html
+++ b/html/v3.7.0beta2.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.7.1.html b/html/v3.7.1.html
index 164b4059..66263cd5 100644
--- a/html/v3.7.1.html
+++ b/html/v3.7.1.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.7.2.html b/html/v3.7.2.html
index d396021e..ac1ae85d 100644
--- a/html/v3.7.2.html
+++ b/html/v3.7.2.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.7.3.html b/html/v3.7.3.html
index 54978c8f..bc1dc26d 100644
--- a/html/v3.7.3.html
+++ b/html/v3.7.3.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.7.4.html b/html/v3.7.4.html
index eeb0f3ca..a811a173 100644
--- a/html/v3.7.4.html
+++ b/html/v3.7.4.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.8.0.html b/html/v3.8.0.html
index 81a8b0c6..be1529ba 100644
--- a/html/v3.8.0.html
+++ b/html/v3.8.0.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
@@ -110,7 +110,7 @@ The following information is located here:
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1003">
http://bugzilla.remotesensing.org/show_bug.cgi?id=1003</a>
- <li> tif_dirinfo.c: Correctly yse bsearch() and lfind()
+ <li> tif_dirinfo.c: Correctly use bsearch() and lfind()
functions as per bug
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1008">
http://bugzilla.remotesensing.org/show_bug.cgi?id=1008</a>
@@ -170,7 +170,7 @@ The following information is located here:
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=965">
http://bugzilla.remotesensing.org/show_bug.cgi?id=965</a>
- <li> tiffsplit.c: Copy fax related fields over splitted parts
+ <li> tiffsplit.c: Copy fax related fields over split parts
as per bug
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=983">
http://bugzilla.remotesensing.org/show_bug.cgi?id=983</a>
diff --git a/html/v3.8.1.html b/html/v3.8.1.html
index 0fe7d9c0..d53bb1fb 100644
--- a/html/v3.8.1.html
+++ b/html/v3.8.1.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.8.2.html b/html/v3.8.2.html
index 41bb2e55..7a33181b 100644
--- a/html/v3.8.2.html
+++ b/html/v3.8.2.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.9.0.html b/html/v3.9.0.html
index 540e7cf2..35df1c23 100644
--- a/html/v3.9.0.html
+++ b/html/v3.9.0.html
@@ -32,7 +32,7 @@ find something listed here, then it was not done in this timeframe, or
it was not considered important enough to be mentioned. The following
information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.9.0beta.html b/html/v3.9.0beta.html
index 56f32ed3..ef6214ad 100644
--- a/html/v3.9.0beta.html
+++ b/html/v3.9.0beta.html
@@ -32,7 +32,7 @@ If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
@@ -74,7 +74,7 @@ The following information is located here:
tif_config.vc.h for easier identification by folks using an IDE.
<li> configure, configure.ac: OJPEG support enabled by default (i.e.,
- whe the conformant JPEG support enabled).
+ when conformant JPEG support is enabled).
<li> README.vms, Makefile.am, configure.com, libtiff/{Makefile.am,
tif_config.h-vms, tif_stream.cxx, tif_vms.c, tiffconf.h-vms}:
diff --git a/html/v3.9.1.html b/html/v3.9.1.html
index 1f369a83..2f5a7afa 100644
--- a/html/v3.9.1.html
+++ b/html/v3.9.1.html
@@ -32,7 +32,7 @@ find something listed here, then it was not done in this timeframe, or
it was not considered important enough to be mentioned. The following
information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.9.2.html b/html/v3.9.2.html
index a190a301..8bd9dc85 100644
--- a/html/v3.9.2.html
+++ b/html/v3.9.2.html
@@ -32,7 +32,7 @@ find something listed here, then it was not done in this timeframe, or
it was not considered important enough to be mentioned. The following
information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.9.3.html b/html/v3.9.3.html
index 52a9f087..87657071 100644
--- a/html/v3.9.3.html
+++ b/html/v3.9.3.html
@@ -32,7 +32,7 @@ find something listed here, then it was not done in this timeframe, or
it was not considered important enough to be mentioned. The following
information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.9.4.html b/html/v3.9.4.html
index 3f5ef5c7..b201366e 100644
--- a/html/v3.9.4.html
+++ b/html/v3.9.4.html
@@ -32,7 +32,7 @@ find something listed here, then it was not done in this timeframe, or
it was not considered important enough to be mentioned. The following
information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v3.9.5.html b/html/v3.9.5.html
index 666220f3..6cae7d9c 100644
--- a/html/v3.9.5.html
+++ b/html/v3.9.5.html
@@ -32,7 +32,7 @@ find something listed here, then it was not done in this timeframe, or
it was not considered important enough to be mentioned. The following
information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v4.0.0.html b/html/v4.0.0.html
index a7e9bb63..d9b4c2bd 100644
--- a/html/v4.0.0.html
+++ b/html/v4.0.0.html
@@ -33,7 +33,7 @@ it was not considered important enough to be mentioned. Please consult
the ChangeLog file in the source package for full change details. The
following information is located here:
<UL>
-<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#highlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
diff --git a/html/v4.0.4beta.html b/html/v4.0.4beta.html
index e9e70a55..66e451a8 100644
--- a/html/v4.0.4beta.html
+++ b/html/v4.0.4beta.html
@@ -112,7 +112,7 @@ information is located here:
putcontig8bitYCbCr21tile cases.
<li> in TIFFDefaultDirectory(), reset any already existing
- extented tags installed by user code through the extender mechaninm before
+ extended tags installed by user code through the extender mechaninm before
calling the extender callback (GDAL #5054)
<li> Fix warnings about unused parameters.
diff --git a/html/v4.0.7.html b/html/v4.0.7.html
index 4f92c129..dab75df8 100644
--- a/html/v4.0.7.html
+++ b/html/v4.0.7.html
@@ -252,7 +252,7 @@ information is located here:
tif_encodestrip() as documented
<LI> libtiff/tif_dumpmode.c: DumpModeEncode() should return 0 in
- case of failure so that the above mentionned functions detect
+ case of failure so that the above mentioned functions detect
the error.
<LI> libtiff/*.c: fix MSVC warnings related to cast shortening and
diff --git a/html/v4.0.8.html b/html/v4.0.8.html
index bd3f751c..456f2bdb 100644
--- a/html/v4.0.8.html
+++ b/html/v4.0.8.html
@@ -98,7 +98,7 @@ information is located here:
makes it unnecessary.
<LI> libtiff/tif_dirread.c: modify ChopUpSingleUncompressedStrip()
- to instanciate compute ntrips as
+ to instantiate compute ntrips as
TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a
logic based on the total size of data. Which is faulty is the
total size of data is not sufficient to fill the whole image,
diff --git a/html/v4.0.9.html b/html/v4.0.9.html
index 19b370a4..6ab33510 100644
--- a/html/v4.0.9.html
+++ b/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()