Skip to content

Commit 38a0c1c

Browse files
committed
Spelling fix
1 parent 659e136 commit 38a0c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SSZipArchive/minizip/mz_compat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" {
3636
#endif
3737

3838
#ifndef MAX_WBITS
39-
#define MAX_WBITS 15 //removed () to surpress warning about ambigious expansion of marco -SSZipArchive
39+
#define MAX_WBITS 15 //removed () to surpress warning about ambigious expansion of macro -SSZipArchive
4040
#endif
4141

4242
#ifndef DEF_MEM_LEVEL
@@ -158,7 +158,7 @@ typedef const char *zipcharpc;
158158
#define ZIP_INTERNALERROR (-104)
159159

160160
#ifndef Z_DEFLATED
161-
#define Z_DEFLATED 8 //removed () to surpress warning about ambigious expansion of marco -SSZipArchive
161+
#define Z_DEFLATED 8 //removed () to surpress warning about ambigious expansion of macro -SSZipArchive
162162
#endif
163163

164164

0 commit comments

Comments
 (0)