From 48c3741002aca9dae84e9f2288ca149af14c9128 Mon Sep 17 00:00:00 2001 From: Paul Marquess Date: Mon, 1 May 2023 21:54:25 +0100 Subject: Remove duplicate "the" in zlib.h. --- zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1