Skip to content

Commit 469323e

Browse files
fix: correct "emition" typo flagged by codespell
1 parent d0a7fe0 commit 469323e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

executor/src/main/java/io/kestra/executor/DefaultExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ private void toExecution(ExecutorContext executor, boolean ignoreFailure) {
733733

734734
// update all execution followers
735735
// Note that we must use 'emit' here and not emitAsync as we need to emit it inside the same transaction to avoid races,
736-
// and transactions are bound to a thread. This is true for all emition of the follow execution event inside an execution lock.
736+
// and transactions are bound to a thread. This is true for all emission of the follow execution event inside an execution lock.
737737
this.followExecutionEventQueue.emit(new FollowExecutionEvent(executor.getExecution(), ExecutionEventType.TERMINATED));
738738
} else {
739739
ExecutionEvent event = new ExecutionEvent(executor.getExecution(), ExecutionEventType.UPDATED);

0 commit comments

Comments
 (0)