diff options
author | Mark Adler <fork@madler.net> | 2022-08-22 13:13:06 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-08-23 15:35:13 -0700 |
commit | 5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch) | |
tree | 7d8d7e6bf5760cca696b77e72010a497a097061a /examples/zran.c | |
parent | 1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff) | |
download | zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.gz zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.bz2 zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.zip |
Fix some typos.
No code changes.
Diffstat (limited to 'examples/zran.c')
-rw-r--r-- | examples/zran.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zran.c b/examples/zran.c index f279db7..879c47c 100644 --- a/examples/zran.c +++ b/examples/zran.c | |||
@@ -21,7 +21,7 @@ | |||
21 | An access point can be created at the start of any deflate block, by saving | 21 | An access point can be created at the start of any deflate block, by saving |
22 | the starting file offset and bit of that block, and the 32K bytes of | 22 | the starting file offset and bit of that block, and the 32K bytes of |
23 | uncompressed data that precede that block. Also the uncompressed offset of | 23 | uncompressed data that precede that block. Also the uncompressed offset of |
24 | that block is saved to provide a referece for locating a desired starting | 24 | that block is saved to provide a reference for locating a desired starting |
25 | point in the uncompressed stream. deflate_index_build() works by | 25 | point in the uncompressed stream. deflate_index_build() works by |
26 | decompressing the input zlib or gzip stream a block at a time, and at the | 26 | decompressing the input zlib or gzip stream a block at a time, and at the |
27 | end of each block deciding if enough uncompressed data has gone by to | 27 | end of each block deciding if enough uncompressed data has gone by to |