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 @@ -20,7 +20,7 @@ struct bitstream
2020 // This is meant to store high level syntax errors, i.e a function
2121 // using the bitstream functions found a syntax error.
2222 int error ;
23- // Internal (private) variable - used to store the the bitstream
23+ // Internal (private) variable - used to store the bitstream
2424 // position until it is decided if the bitstream pointer will be
2525 // increased by the calling function, or not.
2626 unsigned char * _i_pos ;
Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
729729 Then no more input data should be provided before the deflateParams() call.
730730 If this is done, the old level and strategy will be applied to the data
731731 compressed before deflateParams(), and the new level and strategy will be
732- applied to the the data compressed after deflateParams().
732+ applied to the data compressed after deflateParams().
733733
734734 deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
735735 state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if
You can’t perform that action at this time.
0 commit comments