diff --git a/benchmarks/benches/datasets.rs b/benchmarks/benches/datasets.rs index 392ae211b..3dd6d9a67 100644 --- a/benchmarks/benches/datasets.rs +++ b/benchmarks/benches/datasets.rs @@ -84,7 +84,7 @@ fn init_datasets() -> Result> { .progress_chars("#> "), ) .with_prefix(" ") - .with_message("Recieving objects") + .with_message("Receiving objects") }); pb.set_position((progress.local_objects() + progress.received_objects()) as u64);