From 03614c56ad299f9b238c75aa1e66f0c08fc4fc8b Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 30 Oct 2016 08:36:13 -0700 Subject: Fix some typos. --- examples/gun.c | 2 +- examples/zran.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 @@ 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. 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 @@ grows as needed to accommodate the points. To use the index, an offset in the uncompressed data is provided, for which - the latest accees point at or preceding that offset is located in the index. + the latest access point at or preceding that offset is located in the index. The input file is positioned to the specified location in the index, and if necessary the first few bits of the compressed data is read from the file. inflate is initialized with those bits and the 32K of uncompressed data, and -- cgit v1.2.1