summaryrefslogtreecommitdiffstats
path: root/src/contrib/minizip/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/minizip/unzip.c')
-rw-r--r--src/contrib/minizip/unzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contrib/minizip/unzip.c b/src/contrib/minizip/unzip.c
index bcfb941..9093504 100644
--- a/src/contrib/minizip/unzip.c
+++ b/src/contrib/minizip/unzip.c
@@ -200,7 +200,7 @@ typedef struct
/* ===========================================================================
Read a byte from a gz_stream; update next_in and avail_in. Return EOF
for end of file.
- IN assertion: the stream s has been successfully opened for reading.
+ IN assertion: the stream s has been sucessfully opened for reading.
*/