chore: fix make-pr lint-codespell errors (#16324)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Femi Bankole
2025-05-18 11:29:57 +01:00
committed by GitHub
parent 4d61d663fb
commit 8987bce75d
3 changed files with 4 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ impl PruningArgs {
self.receipts_log_filter.as_ref().filter(|c| !c.is_empty()).cloned()
{
config.segments.receipts_log_filter = receipt_logs;
// need to remove the receipts segment filter entirely because that takes precendence
// need to remove the receipts segment filter entirely because that takes precedence
// over the logs filter
config.segments.receipts.take();
}