]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove duplicate "the" in zlib.h.
authorPaul Marquess <pmqs@outlook.com>
Mon, 21 Aug 2023 20:41:24 +0000 (13:41 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 24 Aug 2023 09:22:33 +0000 (11:22 +0200)
zlib-ng.h.in
zlib.h.in

index 8ec2f04a55e59a8f04201d26f4caaf2f7ef67038..353f0f44cbce58f7f09d8a1f6bb498ab7dd0eaa6 100644 (file)
@@ -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
index 45b6c8e0922154e05118aa75ef21402323c3ec62..4367c1c4be1f01a3a551c08324d738272a7ed249 100644 (file)
--- 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