diff options
Diffstat (limited to 'examples/gun.c')
-rw-r--r-- | examples/gun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gun.c b/examples/gun.c index be44fa5..bea5497 100644 --- a/examples/gun.c +++ b/examples/gun.c | |||
@@ -43,7 +43,7 @@ | |||
43 | gun will also decompress files made by Unix compress, which uses LZW | 43 | gun will also decompress files made by Unix compress, which uses LZW |
44 | compression. These files are automatically detected by virtue of their | 44 | compression. These files are automatically detected by virtue of their |
45 | magic header bytes. Since the end of Unix compress stream is marked by the | 45 | magic header bytes. Since the end of Unix compress stream is marked by the |
46 | end-of-file, they cannot be concantenated. If a Unix compress stream is | 46 | end-of-file, they cannot be concatenated. If a Unix compress stream is |
47 | encountered in an input file, it is the last stream in that file. | 47 | encountered in an input file, it is the last stream in that file. |
48 | 48 | ||
49 | Like gunzip and uncompress, the file attributes of the original compressed | 49 | Like gunzip and uncompress, the file attributes of the original compressed |