Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f007281

Browse files
authoredFeb 6, 2025··
Merge pull request #368 from mikemykhaylov/fix-field-typo
Fix field typo
2 parents 90d14cc + 2d08875 commit f007281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎internal/controller/spinapp_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const (
5252
// SpinOperatorFinalizer is the finalizer used by the spin operator
5353
SpinOperatorFinalizer = "core.spinkube.dev/finalizer"
5454

55-
// FieldManger is used to declare that the spin operator owns specific fields on child resources
55+
// FieldManager is used to declare that the spin operator owns specific fields on child resources
5656
FieldManager = "spin-operator"
5757
)
5858

0 commit comments

Comments
 (0)