Skip to content

Commit a0469bc

Browse files
authored
Fix spelling (#49)
1 parent c939508 commit a0469bc

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
@@ -16,7 +16,7 @@ Refer:
1616

1717
## Deployment
1818

19-
The CloudStack Kubernetes Provider is automatically deployed when a Kuberentes Cluster is created on CloudStack 4.16+
19+
The CloudStack Kubernetes Provider is automatically deployed when a Kubernetes Cluster is created on CloudStack 4.16+
2020

2121
In order to communicate with CloudStack, a separate service user **kubeadmin** is created in the same account as the cluster owner.
2222
The provider uses this user's API keys to get the details of the cluster as well as update the networking rules. It is imperative that this user

cloudstack_loadbalancer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ func (lb *loadBalancer) hasLoadBalancerIP() bool {
370370
return lb.ipAddr != "" && lb.ipAddrID != ""
371371
}
372372

373-
// getLoadBalancerIP retieves an existing IP or associates a new IP.
373+
// getLoadBalancerIP retrieves an existing IP or associates a new IP.
374374
func (lb *loadBalancer) getLoadBalancerIP(loadBalancerIP string) error {
375375
if loadBalancerIP != "" {
376376
return lb.getPublicIPAddress(loadBalancerIP)

0 commit comments

Comments
 (0)