Skip to content

Commit 8ab813b

Browse files
committed
fix: typo
Signed-off-by: Chris Laprun <[email protected]>
1 parent b351b52 commit 8ab813b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ReconciliationDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public boolean isLastAttempt() {
229229
failedMessage = " due to conflict";
230230
log.info(
231231
"ErrorStatusUpdateControl.patchStatus of {} failed due to a conflict, but the next"
232-
+ " reconiliation is imminent.",
232+
+ " reconciliation is imminent.",
233233
ResourceID.fromResource(originalResource));
234234
} else {
235235
exceptionLevel = Level.WARN;

0 commit comments

Comments
 (0)