Skip to content

Commit 094267c

Browse files
committed
typo
1 parent 7c19280 commit 094267c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/top/rerun/src/commands/rrd/merge_compact.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl MergeCommand {
2828
// NOTE #1: We're doing headless processing, there's no point in running subscribers, it will just
2929
// (massively) slow us down.
3030
// NOTE #2: We do not want to modify the configuration of the original data in any way
31-
// (e.g. by recompacting it differenly), so make sure to disable all these features.
31+
// (e.g. by recompacting it differently), so make sure to disable all these features.
3232
let store_config = ChunkStoreConfig::ALL_DISABLED;
3333

3434
merge_and_compact(&store_config, path_to_input_rrds, path_to_output_rrd)

0 commit comments

Comments
 (0)