Skip to content

Commit 6c5acd4

Browse files
authored
Merge pull request #1308 from timgates42/bugfix_typo_produced
docs: fix simple typo, producted -> produced
2 parents 98a4c5c + 5d494a7 commit 6c5acd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

thirdparty/include/zlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
487487
instead use raw inflate, see inflateInit2() below, or inflateBack() and
488488
perform their own processing of the gzip header and trailer. When processing
489489
gzip-wrapped deflate data, strm->adler32 is set to the CRC-32 of the output
490-
producted so far. The CRC-32 is checked against the gzip trailer.
490+
produced so far. The CRC-32 is checked against the gzip trailer.
491491
492492
inflate() returns Z_OK if some progress has been made (more input processed
493493
or more output produced), Z_STREAM_END if the end of the compressed data has

thirdparty/libz/zlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
487487
instead use raw inflate, see inflateInit2() below, or inflateBack() and
488488
perform their own processing of the gzip header and trailer. When processing
489489
gzip-wrapped deflate data, strm->adler32 is set to the CRC-32 of the output
490-
producted so far. The CRC-32 is checked against the gzip trailer.
490+
produced so far. The CRC-32 is checked against the gzip trailer.
491491
492492
inflate() returns Z_OK if some progress has been made (more input processed
493493
or more output produced), Z_STREAM_END if the end of the compressed data has

0 commit comments

Comments
 (0)