diff options
| author | Paul Marquess <pmqs@outlook.com> | 2023-05-01 21:54:25 +0100 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2023-05-01 14:06:43 -0700 |
| commit | 48c3741002aca9dae84e9f2288ca149af14c9128 (patch) | |
| tree | 052c800ee5f02fb6450b68b71a4b61c444ad9e2d | |
| parent | 904016e851006a40a6b48d4866b5f4ffc4611aed (diff) | |
| download | zlib-48c3741002aca9dae84e9f2288ca149af14c9128.tar.gz zlib-48c3741002aca9dae84e9f2288ca149af14c9128.tar.bz2 zlib-48c3741002aca9dae84e9f2288ca149af14c9128.zip | |
Remove duplicate "the" in zlib.h.
| -rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -729,7 +729,7 @@ ZEXTERN int ZEXPORT deflateParams(z_streamp strm, | |||
| 729 | Then no more input data should be provided before the deflateParams() call. | 729 | Then no more input data should be provided before the deflateParams() call. |
| 730 | If this is done, the old level and strategy will be applied to the data | 730 | If this is done, the old level and strategy will be applied to the data |
| 731 | compressed before deflateParams(), and the new level and strategy will be | 731 | 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(). |
| 733 | 733 | ||
| 734 | deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream | 734 | deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream |
| 735 | state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if | 735 | state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if |
