From 6dbbd8002a65af971ddb17122da2fe579f09b1d4 Mon Sep 17 00:00:00 2001 From: Joel Pedraza Date: Wed, 9 Feb 2022 06:32:21 -0800 Subject: [PATCH] Update benchmarks/benches/datasets.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- benchmarks/benches/datasets.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);