Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Feb 7, 2024
1 parent 4342b99 commit cd969be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha2/systemconfiguration_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type SystemConfigurationStorageNode struct {
// SystemConfigurationSpec describes the node layout of the system. This is filled in by
// an administrator at software installation time.
type SystemConfigurationSpec struct {
// ExternalComputeNodes is the list of computes nodes that are not
// ExternalComputeNodes is the list of compute nodes that are not
// directly matched with any of the StorageNodes.
ExternalComputeNodes []SystemConfigurationExternalComputeNode `json:"externalComputeNodes,omitempty"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
time.
properties:
externalComputeNodes:
description: ExternalComputeNodes is the list of computes nodes that
description: ExternalComputeNodes is the list of compute nodes that
are not directly matched with any of the StorageNodes.
items:
description: SystemConfigurationExternalComputeNode describes a
Expand Down

0 comments on commit cd969be

Please sign in to comment.