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 | ed907130be8d1febd42f6634573c9148a6a9969d (patch) | |
tree | aea51eef2ca75a53cf572e338777dde86557b64d /compat/zlib/examples/gun.c | |
parent | 0da419c1878651e189021c9f6e13cd5824fac68d (diff) | |
download | tcl-ed907130be8d1febd42f6634573c9148a6a9969d.zip tcl-ed907130be8d1febd42f6634573c9148a6a9969d.tar.gz tcl-ed907130be8d1febd42f6634573c9148a6a9969d.tar.bz2 |
(cherry-pick): Update zlib to version 1.2.9. Dll's and *.lib files not updated yet
Diffstat (limited to 'compat/zlib/examples/gun.c')
-rw-r--r-- | compat/zlib/examples/gun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/examples/gun.c b/compat/zlib/examples/gun.c index 89e484f..be44fa5 100644 --- a/compat/zlib/examples/gun.c +++ b/compat/zlib/examples/gun.c @@ -46,7 +46,7 @@ end-of-file, they cannot be concantenated. If a Unix compress stream is encountered in an input file, it is the last stream in that file. - Like gunzip and uncompress, the file attributes of the orignal compressed + Like gunzip and uncompress, the file attributes of the original compressed file are maintained in the final uncompressed file, to the extent that the user permissions allow it. |