This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/cloudstack-kubernetes-provider.git


The following commit(s) were added to refs/heads/main by this push:
     new a0469bcd Fix spelling (#49)
a0469bcd is described below

commit a0469bcd927f10a0136933cf0ad9f80685cd267e
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Fri May 26 02:11:23 2023 +1000

    Fix spelling (#49)
---
 README.md                  | 2 +-
 cloudstack_loadbalancer.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 41838438..de548d7f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Refer:
 
 ## Deployment
 
-The CloudStack Kubernetes Provider is automatically deployed when a Kuberentes 
Cluster is created on CloudStack 4.16+
+The CloudStack Kubernetes Provider is automatically deployed when a Kubernetes 
Cluster is created on CloudStack 4.16+
 
 In order to communicate with CloudStack, a separate service user **kubeadmin** 
is created in the same account as the cluster owner.
 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
diff --git a/cloudstack_loadbalancer.go b/cloudstack_loadbalancer.go
index d5793be9..b796dfa9 100644
--- a/cloudstack_loadbalancer.go
+++ b/cloudstack_loadbalancer.go
@@ -370,7 +370,7 @@ func (lb *loadBalancer) hasLoadBalancerIP() bool {
        return lb.ipAddr != "" && lb.ipAddrID != ""
 }
 
-// getLoadBalancerIP retieves an existing IP or associates a new IP.
+// getLoadBalancerIP retrieves an existing IP or associates a new IP.
 func (lb *loadBalancer) getLoadBalancerIP(loadBalancerIP string) error {
        if loadBalancerIP != "" {
                return lb.getPublicIPAddress(loadBalancerIP)

Reply via email to