Fix some typos.

This commit is contained in:
Mark Adler
2016-10-30 08:36:13 -07:00
parent 94575859cf
commit 03614c56ad
10 changed files with 29 additions and 29 deletions

View File

@@ -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