Skip to content

Commit 0434df5

Browse files
committed
Fix typos
1 parent 6fb2820 commit 0434df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/controller/traits_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var _ = Describe("TraitsController", func() {
9797

9898
// Tests
9999

100-
Context("Reconcile after onboarding before decomissioning", func() {
100+
Context("Reconcile after onboarding before decommissioning", func() {
101101
BeforeEach(func() {
102102
// Mock resourceproviders.GetTraits
103103
fakeServer.Mux.HandleFunc("GET /resource_providers/1234/traits", func(w http.ResponseWriter, r *http.Request) {

internal/openstack/placement.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func CleanupResourceProvider(ctx context.Context, client *gophercloud.ServiceCli
135135
return err
136136
}
137137

138-
// It is a map of consumer-ids to their alloctions, we just go over their ids
138+
// It is a map of consumer-ids to their allocations, we just go over their ids
139139
// to cross-check, what is stored for the consumer itself
140140
for consumerID := range providerAllocations.Allocations {
141141
// Allocations of the consumer mapped by the resource provider, so the

0 commit comments

Comments
 (0)