From 80cd049ae757140b4693d6d5c9c71fce0344f697 Mon Sep 17 00:00:00 2001 From: Ryan Russell Date: Fri, 3 Jun 2022 16:01:59 -0500 Subject: [PATCH] Revert to correct `wal_downloader.go` Signed-off-by: Ryan Russell --- wal_downloader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wal_downloader.go b/wal_downloader.go index 78ee240..d051e17 100644 --- a/wal_downloader.go +++ b/wal_downloader.go @@ -15,7 +15,7 @@ import ( // WALDownloader represents a parallel downloader of WAL files from a replica client. // // It works on a per-index level so WAL files are always downloaded in their -// entiretry and are not segmented. WAL files are downloaded from minIndex to +// entirety and are not segmented. WAL files are downloaded from minIndex to // maxIndex, inclusively, and are written to a path prefix. WAL files are named // with the prefix and suffixed with the WAL index. It is the responsibility of // the caller to clean up these WAL files.