summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/contrib/minizip/zip.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/zlib/contrib/minizip/zip.h')
-rw-r--r--3rdparty/zlib/contrib/minizip/zip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/zlib/contrib/minizip/zip.h b/3rdparty/zlib/contrib/minizip/zip.h
index 5fc08413241..3e230d3405f 100644
--- a/3rdparty/zlib/contrib/minizip/zip.h
+++ b/3rdparty/zlib/contrib/minizip/zip.h
@@ -177,9 +177,9 @@ extern int ZEXPORT zipOpenNewFileInZip64(zipFile file,
filename : the filename in zip (if NULL, '-' without quote will be used
*zipfi contain supplemental information
if extrafield_local!=NULL and size_extrafield_local>0, extrafield_local
- contains the extrafield data the the local header
+ contains the extrafield data for the local header
if extrafield_global!=NULL and size_extrafield_global>0, extrafield_global
- contains the extrafield data the the local header
+ contains the extrafield data for the global header
if comment != NULL, comment contain the comment string
method contain the compression method (0 for store, Z_DEFLATED for deflate)
level contain the level of compression (can be Z_DEFAULT_COMPRESSION)