From 16799d064b55a6b093fc52364f3343a1b1fa3b2f Mon Sep 17 00:00:00 2001 From: William Leara Date: Mon, 11 Dec 2023 11:32:09 -0600 Subject: Fix "the the" in examples/gzlog.c. --- examples/gzlog.c | 4 ++-- 1 file 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 @@ to the appropriate recovery below. If there is no foo.add file, provide a zero data length to the recovery. In that case, the append recovery restores the foo.gz to the previous compressed + uncompressed data state. - For the the compress recovery, a missing foo.add file results in foo.gz - being restored to the previous compressed-only data state. + For the compress recovery, a missing foo.add file results in foo.gz being + restored to the previous compressed-only data state. - Append recovery: - Pick up append at + step above - Compress recovery: -- cgit v1.2.3-55-g6feb