Skip to content

Commit bf1c667

Browse files
committed
fix: typos
Signed-off-by: Chris Laprun <[email protected]>
1 parent 29cd363 commit bf1c667

File tree

1 file changed

+2
-2
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event

1 file changed

+2
-2
lines changed

Diff for: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/EventProcessor.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -361,13 +361,13 @@ private void retryAwareErrorLogging(
361361
} else if (eventPresent || !retry.isLastAttempt()) {
362362
log.warn(
363363
"Uncaught error during event processing {} - but another reconciliation will be attempted"
364-
+ " because a superceding event has been recieved or another retry attempt is"
364+
+ " because a superseding event has been received or another retry attempt is"
365365
+ " pending.",
366366
executionScope,
367367
exception);
368368
} else {
369369
log.error(
370-
"Uncaught error during event processing {} - no superceding event is present and this is"
370+
"Uncaught error during event processing {} - no superseding event is present and this is"
371371
+ " the retry last attempt",
372372
executionScope,
373373
exception);

0 commit comments

Comments
 (0)