diff --git a/src/stream/src/executor/source/source_backfill_executor.rs b/src/stream/src/executor/source/source_backfill_executor.rs index bda1e36132502..6b22293331306 100644 --- a/src/stream/src/executor/source/source_backfill_executor.rs +++ b/src/stream/src/executor/source/source_backfill_executor.rs @@ -181,7 +181,7 @@ impl BackfillStage { } BackfillState::Finished => { vis = true; - // This split's backfilling is finisehd, we are waiting for other splits + // This split's backfilling is finished, we are waiting for other splits } } if matches!(state, BackfillState::Backfilling(_)) {