diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-02-02 16:03:24 +0100 |
---|---|---|
committer | Mark Adler <git@madler.net> | 2023-07-29 23:44:25 -0700 |
commit | 379bbda363d1925bdaf50195e74052ead801490c (patch) | |
tree | 260dbacd83be9b861ead4c9b99d9503b37994b61 /contrib/minizip/zip.h | |
parent | e0bd0ad6e4d8afd2bc3d55d84d459a0e2c0e2890 (diff) | |
download | zlib-379bbda363d1925bdaf50195e74052ead801490c.tar.gz zlib-379bbda363d1925bdaf50195e74052ead801490c.tar.bz2 zlib-379bbda363d1925bdaf50195e74052ead801490c.zip |
Fix typos found by codespell in minizip
Diffstat (limited to '')
-rw-r--r-- | contrib/minizip/zip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/zip.h b/contrib/minizip/zip.h index 259efd2..5fc0841 100644 --- a/contrib/minizip/zip.h +++ b/contrib/minizip/zip.h | |||
@@ -131,7 +131,7 @@ extern zipFile ZEXPORT zipOpen64(const void *pathname, int append); | |||
131 | 131 | ||
132 | /* Note : there is no delete function into a zipfile. | 132 | /* Note : there is no delete function into a zipfile. |
133 | If you want delete file into a zipfile, you must open a zipfile, and create another | 133 | If you want delete file into a zipfile, you must open a zipfile, and create another |
134 | Of couse, you can use RAW reading and writing to copy the file you did not want delte | 134 | Of course, you can use RAW reading and writing to copy the file you did not want delete |
135 | */ | 135 | */ |
136 | 136 | ||
137 | extern zipFile ZEXPORT zipOpen2(const char *pathname, | 137 | extern zipFile ZEXPORT zipOpen2(const char *pathname, |