Skip to content

Commit 186838b

Browse files
committed
fix misspellings caught by linter
Signed-off-by: everettraven <[email protected]>
1 parent fb0934f commit 186838b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/v1alpha1/clusterextension_types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ type ClusterExtensionSpec struct {
273273
//
274274
// In order to successfully install and manage the content for the package,
275275
// the ServiceAccount provided via this field should be configured with the
276-
// appropriate permissions to perform the neccessary operations on all the
276+
// appropriate permissions to perform the necessary operations on all the
277277
// resources that are included in the bundle of content being applied.
278278
ServiceAccount ServiceAccountReference `json:"serviceAccount"`
279279
}
@@ -431,7 +431,7 @@ type ClusterExtensionStatus struct {
431431
//+optional
432432
ResolvedBundle *BundleMetadata `json:"resolvedBundle,omitempty"`
433433

434-
// conditions is a represention of the current state for this ClusterExtension.
434+
// conditions is a representation of the current state for this ClusterExtension.
435435
// The status is represented by a set of "conditions".
436436
//
437437
// Each condition is generally structured in the following format:

0 commit comments

Comments
 (0)