aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip/zip.h
diff options
context:
space:
mode:
authorPaul Ivanov <pi@berkeley.edu>2023-11-14 16:23:02 -0800
committerMark Adler <madler@alumni.caltech.edu>2023-11-14 18:44:32 -0800
commit643e17b7498d12ab8d15565662880579692f769d (patch)
tree21d835548124922e575644bb0165574552fff6fa /contrib/minizip/zip.h
parent15c45adb76e81a7e3a8a9e17b2a56eb90f668f44 (diff)
downloadzlib-643e17b7498d12ab8d15565662880579692f769d.tar.gz
zlib-643e17b7498d12ab8d15565662880579692f769d.tar.bz2
zlib-643e17b7498d12ab8d15565662880579692f769d.zip
Correct repeated words in source file comments and a readme.
Diffstat (limited to 'contrib/minizip/zip.h')
-rw-r--r--contrib/minizip/zip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/minizip/zip.h b/contrib/minizip/zip.h
index 5fc0841..3e230d3 100644
--- a/contrib/minizip/zip.h
+++ b/contrib/minizip/zip.h
@@ -177,9 +177,9 @@ extern int ZEXPORT zipOpenNewFileInZip64(zipFile file,
177 filename : the filename in zip (if NULL, '-' without quote will be used 177 filename : the filename in zip (if NULL, '-' without quote will be used
178 *zipfi contain supplemental information 178 *zipfi contain supplemental information
179 if extrafield_local!=NULL and size_extrafield_local>0, extrafield_local 179 if extrafield_local!=NULL and size_extrafield_local>0, extrafield_local
180 contains the extrafield data the the local header 180 contains the extrafield data for the local header
181 if extrafield_global!=NULL and size_extrafield_global>0, extrafield_global 181 if extrafield_global!=NULL and size_extrafield_global>0, extrafield_global
182 contains the extrafield data the the local header 182 contains the extrafield data for the global header
183 if comment != NULL, comment contain the comment string 183 if comment != NULL, comment contain the comment string
184 method contain the compression method (0 for store, Z_DEFLATED for deflate) 184 method contain the compression method (0 for store, Z_DEFLATED for deflate)
185 level contain the level of compression (can be Z_DEFAULT_COMPRESSION) 185 level contain the level of compression (can be Z_DEFAULT_COMPRESSION)