aboutsummaryrefslogtreecommitdiff
path: root/examples/gun.c
diff options
context:
space:
mode:
authorMark Adler <fork@madler.net>2022-08-22 13:13:06 -0700
committerMark Adler <fork@madler.net>2022-08-23 15:35:13 -0700
commit5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch)
tree7d8d7e6bf5760cca696b77e72010a497a097061a /examples/gun.c
parent1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff)
downloadzlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.gz
zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.bz2
zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.zip
Fix some typos.
No code changes.
Diffstat (limited to 'examples/gun.c')
-rw-r--r--examples/gun.c2
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