Skip to content

Commit 6dbbd80

Browse files
saik0Kerollmops
andauthored
Update benchmarks/benches/datasets.rs
Co-authored-by: Clément Renault <[email protected]>
1 parent 0fdc455 commit 6dbbd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benches/datasets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fn init_datasets() -> Result<PathBuf, Box<dyn std::error::Error>> {
8484
.progress_chars("#> "),
8585
)
8686
.with_prefix(" ")
87-
.with_message("Recieving objects")
87+
.with_message("Receiving objects")
8888
});
8989

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

0 commit comments

Comments
 (0)