From: Paul Marquess Date: Mon, 21 Aug 2023 20:41:24 +0000 (-0700) Subject: Remove duplicate "the" in zlib.h. X-Git-Tag: 2.1.4~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44cc37f154f3307a035648f9deb5d723bdd1bbe3;p=thirdparty%2Fzlib-ng.git Remove duplicate "the" in zlib.h. --- diff --git a/zlib-ng.h.in b/zlib-ng.h.in index 8ec2f04a5..353f0f44c 100644 --- a/zlib-ng.h.in +++ b/zlib-ng.h.in @@ -720,7 +720,7 @@ int32_t zng_deflateParams(zng_stream *strm, int32_t level, int32_t strategy); 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 diff --git a/zlib.h.in b/zlib.h.in index 45b6c8e09..4367c1c4b 100644 --- a/zlib.h.in +++ b/zlib.h.in @@ -734,7 +734,7 @@ Z_EXTERN int Z_EXPORT deflateParams(z_stream *strm, int level, int strategy); 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