File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments