summaryrefslogtreecommitdiff
path: root/Modules/zlib/zlib.h
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:42:46 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:42:46 -0400
commit0158af38b73b76516f18b1774e1c590f459cb188 (patch)
tree7a74dea12c9b01169cfe65820a2b7662df2ee2b0 /Modules/zlib/zlib.h
parent65e69b37183eb0172b9fbbf28388ff0b0d05b792 (diff)
downloadcpython-git-0158af38b73b76516f18b1774e1c590f459cb188.tar.gz
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Modules/zlib/zlib.h')
-rw-r--r--Modules/zlib/zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/zlib/zlib.h b/Modules/zlib/zlib.h
index bfbba83e8e..79a187ce83 100644
--- a/Modules/zlib/zlib.h
+++ b/Modules/zlib/zlib.h
@@ -812,7 +812,7 @@ ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
if no more input was provided, Z_DATA_ERROR if no flush point has been
found, or Z_STREAM_ERROR if the stream structure was inconsistent. In the
- success case, the application may save the current current value of total_in
+ success case, the application may save the current value of total_in
which indicates where valid compressed data was found. In the error case,
the application may repeatedly call inflateSync, providing more input each
time, until success or end of the input data.