Skip to content

Commit b2817ff

Browse files
authored
fix: typo
1 parent 7eb234b commit b2817ff

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
@@ -346,7 +346,7 @@ ControllerConfiguration<P> configuration() {
346346

347347
public P conflictRetryingUpdate(P resource, Function<P, Boolean> modificationFunction) {
348348
if (log.isDebugEnabled()) {
349-
log.debug("Conflict retying update for: {}", ResourceID.fromResource(resource));
349+
log.debug("Conflict retrying update for: {}", ResourceID.fromResource(resource));
350350
}
351351
int retryIndex = 0;
352352
while (true) {

0 commit comments

Comments
 (0)