diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-28 19:04:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-28 19:04:28 +0100 |
| commit | 6c5acd4d656870882432ff28d4103de80d109a8d (patch) | |
| tree | ab821766b970c30132e795d6f3d6cd488d787099 | |
| parent | 98a4c5c3709e0cc43b0a1c151ed5bd85a2d607fa (diff) | |
| parent | 5d494a7e8b9591a8923f387679c692b5c1f45e5a (diff) | |
Merge pull request #1308 from timgates42/bugfix_typo_produced
docs: fix simple typo, producted -> produced
| -rw-r--r-- | thirdparty/include/zlib.h | 2 | ||||
| -rw-r--r-- | thirdparty/libz/zlib.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/include/zlib.h b/thirdparty/include/zlib.h index 3e0c7672..d0fe3b8d 100644 --- a/thirdparty/include/zlib.h +++ b/thirdparty/include/zlib.h @@ -487,7 +487,7 @@ ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); instead use raw inflate, see inflateInit2() below, or inflateBack() and perform their own processing of the gzip header and trailer. When processing gzip-wrapped deflate data, strm->adler32 is set to the CRC-32 of the output - producted so far. The CRC-32 is checked against the gzip trailer. + produced so far. The CRC-32 is checked against the gzip trailer. inflate() returns Z_OK if some progress has been made (more input processed or more output produced), Z_STREAM_END if the end of the compressed data has diff --git a/thirdparty/libz/zlib.h b/thirdparty/libz/zlib.h index 3e0c7672..d0fe3b8d 100644 --- a/thirdparty/libz/zlib.h +++ b/thirdparty/libz/zlib.h @@ -487,7 +487,7 @@ ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); instead use raw inflate, see inflateInit2() below, or inflateBack() and perform their own processing of the gzip header and trailer. When processing gzip-wrapped deflate data, strm->adler32 is set to the CRC-32 of the output - producted so far. The CRC-32 is checked against the gzip trailer. + produced so far. The CRC-32 is checked against the gzip trailer. inflate() returns Z_OK if some progress has been made (more input processed or more output produced), Z_STREAM_END if the end of the compressed data has |
