]> git.lizzy.rs Git - zlib.git/blobdiff - examples/zran.c
Fix some typos.
[zlib.git] / examples / zran.c
index 278f9ad07d23d76052282233f2868254b5ef6045..4fec6594a6648e759343325ea39ee02b56f9d39d 100644 (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