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/ioapi.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 'contrib/minizip/ioapi.h')
-rw-r--r-- | contrib/minizip/ioapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/ioapi.h b/contrib/minizip/ioapi.h index f6cc81b..bb2ad3c 100644 --- a/contrib/minizip/ioapi.h +++ b/contrib/minizip/ioapi.h | |||
@@ -82,7 +82,7 @@ | |||
82 | #include "mz64conf.h" | 82 | #include "mz64conf.h" |
83 | #endif | 83 | #endif |
84 | 84 | ||
85 | /* a type choosen by DEFINE */ | 85 | /* a type chosen by DEFINE */ |
86 | #ifdef HAVE_64BIT_INT_CUSTOM | 86 | #ifdef HAVE_64BIT_INT_CUSTOM |
87 | typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; | 87 | typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; |
88 | #else | 88 | #else |