Skip to content

Commit

Permalink
Update benchmarks/benches/datasets.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Renault <[email protected]>
  • Loading branch information
saik0 and Kerollmops authored Feb 9, 2022
1 parent 68de418 commit dbfe350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benches/datasets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn init_datasets() -> Result<PathBuf, Box<dyn std::error::Error>> {
.progress_chars("#> "),
)
.with_prefix(" ")
.with_message("Recieving objects")
.with_message("Receiving objects")
});

pb.set_position((progress.local_objects() + progress.received_objects()) as u64);
Expand Down

0 comments on commit dbfe350

Please sign in to comment.