Skip to content

Commit 75a4370

Browse files
Copilotguettli
andcommitted
Fix typos and grammar in PR #1703: alligns->aligns, add missing 'to'
Co-authored-by: guettli <[email protected]>
1 parent c35c8a5 commit 75a4370

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1beta1/hetznerbaremetalmachine_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type HetznerBareMetalMachineSpec struct {
7070
// ProviderID will be the hetznerbaremetalmachine which is set by the controller in the
7171
// `hrobot://<server-id>` format. Before caph v1.1.0 the ProviderID had the format
7272
// `hcloud://bm-NNNNN`. Starting with caph v1.1.x this was changed to `hrobot://NNNNN`. This
73-
// alligns to the upstream hcloud ccm. In the long run we want discontinue our ccm fork.
73+
// aligns to the upstream hcloud ccm. In the long run we want to discontinue our ccm fork.
7474
// +optional
7575
ProviderID *string `json:"providerID,omitempty"`
7676

pkg/services/baremetal/baremetal/baremetal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ func checkForRequeueError(err error, errMessage string) (res reconcile.Result, r
902902
// providerIDFromServerID returns the ProviderID.
903903
// Before caph v1.1.0 the ProviderID had the format `hcloud://bm-NNNNN`.
904904
// Starting with caph v1.1.x this was changed to `hrobot://NNNNN`.
905-
// This alligns to the upstream hcloud ccm. In the long run we want
905+
// This aligns to the upstream hcloud ccm. In the long run we want to
906906
// discontinue our ccm fork.
907907
func providerIDFromServerID(serverID int) string {
908908
return fmt.Sprintf("%s%d", providerIDPrefix, serverID)

0 commit comments

Comments
 (0)