File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ int init_stream(z_stream *stream) {
566566 stream -> opaque = Z_NULL ;
567567 // In deflateInit2, windowBits can be –8..–15 for raw deflate, 15 is the bigger window size.
568568 // With -15, deflate() will generate raw deflate data with no zlib header or trailer, and will not compute a check value.
569- // Previously this parameter was 31 baecause windowBits can be greater than 15 for optional gzip encoding.
569+ // Previously this parameter was 31 because windowBits can be greater than 15 for optional gzip encoding.
570570 // Adding 16 writes a simple gzip header and trailer around the compressed data.
571571 // Now we manage header and trailer. gzip file is slighty lower with -15 because no header/trailer are
572572 // written for each chunk.
You can’t perform that action at this time.
0 commit comments