diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-08-06 13:56:45 +0200 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-17 16:43:38 -0800 |
commit | fe41d1892117fa81bd49f69b1c87d805635b853c (patch) | |
tree | 3cd9d5472ae157a81e44d835af916cb7ec852412 /contrib/minizip/unzip.c | |
parent | 01253ecd7e0a01d311670f2d03c61b82fc12d338 (diff) | |
download | zlib-fe41d1892117fa81bd49f69b1c87d805635b853c.tar.gz zlib-fe41d1892117fa81bd49f69b1c87d805635b853c.tar.bz2 zlib-fe41d1892117fa81bd49f69b1c87d805635b853c.zip |
Correct typos in source code.
Diffstat (limited to '')
-rw-r--r-- | contrib/minizip/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c index d3c0cea..ea05b7d 100644 --- a/contrib/minizip/unzip.c +++ b/contrib/minizip/unzip.c | |||
@@ -497,7 +497,7 @@ local unzFile unzOpenInternal(const void *path, | |||
497 | ZPOS64_T central_pos; | 497 | ZPOS64_T central_pos; |
498 | uLong uL; | 498 | uLong uL; |
499 | 499 | ||
500 | uLong number_disk; /* number of the current dist, used for | 500 | uLong number_disk; /* number of the current disk, used for |
501 | spanning ZIP, unsupported, always 0*/ | 501 | spanning ZIP, unsupported, always 0*/ |
502 | uLong number_disk_with_CD; /* number the disk with central dir, used | 502 | uLong number_disk_with_CD; /* number the disk with central dir, used |
503 | for spanning ZIP, unsupported, always 0*/ | 503 | for spanning ZIP, unsupported, always 0*/ |