Skip to content

Commit 898f50e

Browse files
authored
fix: typos
1 parent 0480cae commit 898f50e

File tree

1 file changed

+3
-3
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler

1 file changed

+3
-3
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/UpdateControl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private UpdateControl(
2626
* itself, not on the status. Note that usually as a results of a reconciliation should be a
2727
* status update not an update to the resource itself.
2828
*
29-
* Using this update makes sure, that the resource in the next reconciliation is the updated one -
29+
* Using this update makes sure that the resource in the next reconciliation is the updated one -
3030
* this is not guaranteed by default if you do an update on a resource by the Kubernetes client.
3131
*
3232
* @param <T> custom resource type
@@ -86,7 +86,7 @@ public static <T extends HasMetadata> UpdateControl<T> updateResourceAndStatus(
8686
}
8787

8888
/**
89-
* Updates the resource - with optimistic locking - and patched the status without optimistic
89+
* Updates the resource - with optimistic locking - and patches the status without optimistic
9090
* locking in place.
9191
*
9292
* @param customResource
@@ -99,7 +99,7 @@ public static <T extends HasMetadata> UpdateControl<T> updateResourceAndPatchSta
9999
}
100100

101101
/**
102-
* Market for removal, because of confusing name. It does not patch the resource just updates it.
102+
* Marked for removal, because of confusing name. It does not patch the resource but rather updates it.
103103
* This method is same as updateResourceAndPatchStatus.
104104
*
105105
* @param customResource to update

0 commit comments

Comments
 (0)