summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Marquess <pmqs@outlook.com>2023-05-01 21:54:25 +0100
committerMark Adler <madler@alumni.caltech.edu>2023-05-01 14:06:43 -0700
commit48c3741002aca9dae84e9f2288ca149af14c9128 (patch)
tree052c800ee5f02fb6450b68b71a4b61c444ad9e2d
parent904016e851006a40a6b48d4866b5f4ffc4611aed (diff)
downloadzlib-develop.tar.gz
Remove duplicate "the" in zlib.h.develop
-rw-r--r--zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index 33a9e9d..f0c5144 100644
--- a/zlib.h
+++ b/zlib.h
@@ -729,7 +729,7 @@ ZEXTERN int ZEXPORT deflateParams(z_streamp strm,
Then no more input data should be provided before the deflateParams() call.
If this is done, the old level and strategy will be applied to the data
compressed before deflateParams(), and the new level and strategy will be
- applied to the the data compressed after deflateParams().
+ applied to the data compressed after deflateParams().
deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if