aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip/zip.c
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.c
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.c')
-rw-r--r--contrib/minizip/zip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/minizip/zip.c b/contrib/minizip/zip.c
index 86be90b..e2e9da0 100644
--- a/contrib/minizip/zip.c
+++ b/contrib/minizip/zip.c
@@ -614,9 +614,9 @@ local int LoadCentralDirectoryRecord(zip64_internal* pziinit) {
614 ZPOS64_T central_pos; 614 ZPOS64_T central_pos;
615 uLong uL; 615 uLong uL;
616 616
617 uLong number_disk; /* number of the current dist, used for 617 uLong number_disk; /* number of the current disk, used for
618 spanning ZIP, unsupported, always 0*/ 618 spanning ZIP, unsupported, always 0*/
619 uLong number_disk_with_CD; /* number the the disk with central dir, used 619 uLong number_disk_with_CD; /* number of the disk with central dir, used
620 for spanning ZIP, unsupported, always 0*/ 620 for spanning ZIP, unsupported, always 0*/
621 ZPOS64_T number_entry; 621 ZPOS64_T number_entry;
622 ZPOS64_T number_entry_CD; /* total number of entries in 622 ZPOS64_T number_entry_CD; /* total number of entries in