[typo] Typo in AsyncDebeziumEngine

This commit is contained in:
Ryan van Huuksloot 2024-07-09 23:15:14 -04:00 committed by Jiri Pechanec
parent c691dcecd1
commit ad1ae7a124

View File

@ -443,7 +443,7 @@ private void startSourceTasks(final List<EngineSourceTask> tasks) throws Excepti
throw error;
}
else {
LOGGER.info("All tasks have stated successfully.");
LOGGER.info("All tasks have started successfully.");
}
}