File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments