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 Original file line number Diff line number Diff line change @@ -361,13 +361,13 @@ private void retryAwareErrorLogging(
361
361
} else if (eventPresent || !retry .isLastAttempt ()) {
362
362
log .warn (
363
363
"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"
365
365
+ " pending." ,
366
366
executionScope ,
367
367
exception );
368
368
} else {
369
369
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"
371
371
+ " the retry last attempt" ,
372
372
executionScope ,
373
373
exception );
You can’t perform that action at this time.
0 commit comments