summaryrefslogtreecommitdiff
path: root/zlib/examples/zran.c
diff options
context:
space:
mode:
Diffstat (limited to 'zlib/examples/zran.c')
-rw-r--r--zlib/examples/zran.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/examples/zran.c b/zlib/examples/zran.c
index 278f9ad07d23..4fec6594a664 100644
--- a/zlib/examples/zran.c
+++ b/zlib/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