diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-01 19:15:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-01 19:15:39 (GMT) |
commit | 2f38b346993efc1d399eb55378d136baebe20554 (patch) | |
tree | aea51eef2ca75a53cf572e338777dde86557b64d /compat/zlib/contrib/minizip/unzip.c | |
parent | e1e78edbbc4541456a41f38dd86c55574bbbd518 (diff) | |
download | tcl-2f38b346993efc1d399eb55378d136baebe20554.zip tcl-2f38b346993efc1d399eb55378d136baebe20554.tar.gz tcl-2f38b346993efc1d399eb55378d136baebe20554.tar.bz2 |
(cherry-pick): Update zlib to version 1.2.9. Dll's and *.lib files not updated yet
Diffstat (limited to 'compat/zlib/contrib/minizip/unzip.c')
-rw-r--r-- | compat/zlib/contrib/minizip/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/contrib/minizip/unzip.c b/compat/zlib/contrib/minizip/unzip.c index 9093504..bcfb941 100644 --- a/compat/zlib/contrib/minizip/unzip.c +++ b/compat/zlib/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 sucessfully opened for reading. + IN assertion: the stream s has been successfully opened for reading. */ |