diff options
Diffstat (limited to '3rdparty/zlib/examples/gun.c')
-rw-r--r-- | 3rdparty/zlib/examples/gun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/examples/gun.c b/3rdparty/zlib/examples/gun.c index 89e484fee60..be44fa51ff5 100644 --- a/3rdparty/zlib/examples/gun.c +++ b/3rdparty/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. |