From 35b195b3e90267960ecb9972b781523077af2f19 Mon Sep 17 00:00:00 2001 From: HaoranYi <219428+HaoranYi@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:57:19 -0600 Subject: [PATCH] typo (#3928) Co-authored-by: HaoranYi --- accounts-db/store-histogram/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts-db/store-histogram/src/main.rs b/accounts-db/store-histogram/src/main.rs index a8911dabf9ece6..913b40c356fa81 100644 --- a/accounts-db/store-histogram/src/main.rs +++ b/accounts-db/store-histogram/src/main.rs @@ -54,7 +54,7 @@ fn calc(info: &[(usize, usize)], bin_widths: Vec, offset: i64) { eprintln!("slot range: {}", max_inclusive - min + 1); eprintln!("ancient boundary: {}", outside_slot); eprintln!( - "number of slots beyond ancient bondary: {}", + "number of slots beyond ancient boundary: {}", info.iter() .filter(|x| x.0 < max_inclusive - outside_slot) .count()