diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2016-10-30 08:36:13 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2016-10-30 08:49:01 -0700 |
commit | 03614c56ad299f9b238c75aa1e66f0c08fc4fc8b (patch) | |
tree | 6cb5d2059fe21c342cb10a2b25e0ce000c33c96a /examples | |
parent | 94575859cf7f657f0f31aff4c50761fe3f182699 (diff) | |
download | zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.tar.gz zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.tar.bz2 zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.zip |
Fix some typos.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gun.c | 2 | ||||
-rw-r--r-- | examples/zran.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/gun.c b/examples/gun.c index 89e484f..be44fa5 100644 --- a/examples/gun.c +++ b/examples/gun.c | |||
@@ -46,7 +46,7 @@ | |||
46 | end-of-file, they cannot be concantenated. If a Unix compress stream is | 46 | end-of-file, they cannot be concantenated. 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 orignal compressed | 49 | Like gunzip and uncompress, the file attributes of the original compressed |
50 | file are maintained in the final uncompressed file, to the extent that the | 50 | file are maintained in the final uncompressed file, to the extent that the |
51 | user permissions allow it. | 51 | user permissions allow it. |
52 | 52 | ||
diff --git a/examples/zran.c b/examples/zran.c index 278f9ad..4fec659 100644 --- a/examples/zran.c +++ b/examples/zran.c | |||
@@ -27,7 +27,7 @@ | |||
27 | grows as needed to accommodate the points. | 27 | grows as needed to accommodate the points. |
28 | 28 | ||
29 | To use the index, an offset in the uncompressed data is provided, for which | 29 | To use the index, an offset in the uncompressed data is provided, for which |
30 | the latest accees point at or preceding that offset is located in the index. | 30 | the latest access point at or preceding that offset is located in the index. |
31 | The input file is positioned to the specified location in the index, and if | 31 | The input file is positioned to the specified location in the index, and if |
32 | necessary the first few bits of the compressed data is read from the file. | 32 | necessary the first few bits of the compressed data is read from the file. |
33 | inflate is initialized with those bits and the 32K of uncompressed data, and | 33 | inflate is initialized with those bits and the 32K of uncompressed data, and |