Skip to content

Commit 53d003e

Browse files
csvirixstefank
andauthored
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtils.java
Co-authored-by: Martin Stefanko <xstefank122@gmail.com>
1 parent 64c9212 commit 53d003e

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/api/reconciler/PrimaryUpdateAndCacheUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public static <P extends HasMetadata> P removeFinalizer(
296296
}
297297

298298
/**
299-
* Parches the resource using JSON Patch. In case the server responds with conflict (HTTP 409) or
299+
* Patches the resource using JSON Patch. In case the server responds with conflict (HTTP 409) or
300300
* unprocessable content (HTTP 422) it retries the operation up to the maximum number defined in
301301
* {@link PrimaryUpdateAndCacheUtils#DEFAULT_MAX_RETRY}.
302302
*

0 commit comments

Comments
 (0)