From 82ffec378a5545b6dc14b90a16eb6c2c5b03f64d Mon Sep 17 00:00:00 2001 From: Emilia Hane <58548332+emhane@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:49:40 +0100 Subject: [PATCH] Fix typo Co-authored-by: realbigsean --- database_manager/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database_manager/src/lib.rs b/database_manager/src/lib.rs index 7222c19f35..1cd6a3e08a 100644 --- a/database_manager/src/lib.rs +++ b/database_manager/src/lib.rs @@ -312,7 +312,7 @@ pub fn prune_blobs( log, )?; - // If we're trigging a prune manually then ignore the check on the split's parent that bails + // If we're triggering a prune manually then ignore the check on the split's parent that bails // out early by passing true to the force parameter. db.try_prune_blobs(true) }