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) }