Skip to content

Commit 20b39ca

Browse files
metacosmcsviri
authored andcommitted
fix: typo
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 6769e68 commit 20b39ca

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)