aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorWilliam Leara <william.leara@dell.com>2023-12-11 11:32:09 -0600
committerMark Adler <madler@alumni.caltech.edu>2024-01-17 12:52:01 -0800
commit16799d064b55a6b093fc52364f3343a1b1fa3b2f (patch)
tree7b18b42bf6ca02c1f5c63e2820724c822fcd04a4 /examples
parent190168cc1ce9c03c0a4ee296ef13c6d607ced027 (diff)
downloadzlib-16799d064b55a6b093fc52364f3343a1b1fa3b2f.tar.gz
zlib-16799d064b55a6b093fc52364f3343a1b1fa3b2f.tar.bz2
zlib-16799d064b55a6b093fc52364f3343a1b1fa3b2f.zip
Fix "the the" in examples/gzlog.c.
Diffstat (limited to 'examples')
-rw-r--r--examples/gzlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gzlog.c b/examples/gzlog.c
index b977802..da1b02e 100644
--- a/examples/gzlog.c
+++ b/examples/gzlog.c
@@ -212,8 +212,8 @@
212 to the appropriate recovery below. If there is no foo.add file, provide 212 to the appropriate recovery below. If there is no foo.add file, provide
213 a zero data length to the recovery. In that case, the append recovery 213 a zero data length to the recovery. In that case, the append recovery
214 restores the foo.gz to the previous compressed + uncompressed data state. 214 restores the foo.gz to the previous compressed + uncompressed data state.
215 For the the compress recovery, a missing foo.add file results in foo.gz 215 For the compress recovery, a missing foo.add file results in foo.gz being
216 being restored to the previous compressed-only data state. 216 restored to the previous compressed-only data state.
217 - Append recovery: 217 - Append recovery:
218 - Pick up append at + step above 218 - Pick up append at + step above
219 - Compress recovery: 219 - Compress recovery: