Commit 0da5f50b authored by Rohith's avatar Rohith

- fixing the spelling mistakes

parent 5273ac9b
......@@ -733,7 +733,7 @@ func newAWSCloud(config io.Reader, awsServices Services) (*Cloud, error) {
}
if filterTags[TagNameKubernetesCluster] == "" {
glog.Errorf("Tag %q not found; Kuberentes may behave unexpectedly.", TagNameKubernetesCluster)
glog.Errorf("Tag %q not found; Kubernetes may behave unexpectedly.", TagNameKubernetesCluster)
}
awsCloud.filterTags = filterTags
......
......@@ -240,7 +240,7 @@ func (c *Cloud) ensureLoadBalancer(namespacedName types.NamespacedName, loadBala
if currentState, ok := proxyProtocolBackends[instancePort]; !ok {
// This is a new ELB backend so we only need to worry about
// potentientally adding a policy and not removing an
// potentially adding a policy and not removing an
// existing one
setPolicy = proxyProtocol
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment