Skip to content

Commit ef84ffb

Browse files
committed
fix: typo
1 parent 2cc672b commit ef84ffb

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/Operator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public <R extends CustomResource> void register(ResourceController<R> controller
6262
*
6363
* @param controller the controller to register
6464
* @param configuration the configuration with which we want to register the controller, if {@code
65-
* null}, the controller's orginal configuration is used
65+
* null}, the controller's original configuration is used
6666
* @param <R> the {@code CustomResource} type associated with the controller
6767
* @throws OperatorException if a problem occurred during the registration process
6868
*/

0 commit comments

Comments
 (0)