Skip to content

Commit febf64b

Browse files
committed
fix typo
1 parent 678106c commit febf64b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This project aims to follow the Cluster API [Provider contract](https://cluster-
7575
7676
- [x] Create virtual machine instance
7777
78-
- [x] Boot virtual machine instance with provided bootstrap secret (see: [bootstrap provider specificatio](https://cluster-api.sigs.k8s.io/developer/providers/bootstrap.html#bootstrap-provider-specification) for how bootstrap works)
78+
- [x] Boot virtual machine instance with provided bootstrap secret (see: [bootstrap provider specification](https://cluster-api.sigs.k8s.io/developer/providers/bootstrap.html#bootstrap-provider-specification) for how bootstrap works)
7979
8080
- [ ] Register virtual machine instance with Controlplane load balancer
8181

cloud/services/compute/instance/reconcile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func (s *Service) CreateInstance(ctx context.Context, bootstrap string) (*vm.Vir
109109

110110
vmid, err := s.GetNextID()
111111
if err != nil {
112-
log.Error(err, "failed to get availabel vmid")
112+
log.Error(err, "failed to get available vmid")
113113
return nil, err
114114
}
115115

0 commit comments

Comments
 (0)