Skip to content

Commit e0cc9ac

Browse files
authored
Fix typo (#3585)
* Fix typo * More typos
1 parent 5e743d7 commit e0cc9ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/manifest/eksa-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4872,7 +4872,7 @@ spec:
48724872
additionalProperties:
48734873
type: string
48744874
description: HardwareSelector models a simple key-value selector used
4875-
in Tinkerbell providioning.
4875+
in Tinkerbell provisioning.
48764876
type: object
48774877
osFamily:
48784878
type: string

pkg/api/v1alpha1/tinkerbellmachineconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type TinkerbellMachineConfigSpec struct {
1616
Users []UserConfiguration `json:"users,omitempty"`
1717
}
1818

19-
// HardwareSelector models a simple key-value selector used in Tinkerbell providioning.
19+
// HardwareSelector models a simple key-value selector used in Tinkerbell provisioning.
2020
type HardwareSelector map[string]string
2121

2222
// IsEmpty returns true if s has no key-value pairs.

0 commit comments

Comments
 (0)