We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdc455 commit 6dbbd80Copy full SHA for 6dbbd80
benchmarks/benches/datasets.rs
@@ -84,7 +84,7 @@ fn init_datasets() -> Result<PathBuf, Box<dyn std::error::Error>> {
84
.progress_chars("#> "),
85
)
86
.with_prefix(" ")
87
- .with_message("Recieving objects")
+ .with_message("Receiving objects")
88
});
89
90
pb.set_position((progress.local_objects() + progress.received_objects()) as u64);
0 commit comments