Merge pull request #30062 from gambol99/spelling

Automatic merge from submit-queue

spelling mistakes

- fixing the spelling mistakes in aws.go
This commit is contained in:
Kubernetes Submit Queue 2016-08-04 07:13:19 -07:00 committed by GitHub
commit d6854cbb6b
2 changed files with 2 additions and 2 deletions

View File

@ -733,7 +733,7 @@ func newAWSCloud(config io.Reader, awsServices Services) (*Cloud, error) {
} }
if filterTags[TagNameKubernetesCluster] == "" { 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 awsCloud.filterTags = filterTags

View File

@ -240,7 +240,7 @@ func (c *Cloud) ensureLoadBalancer(namespacedName types.NamespacedName, loadBala
if currentState, ok := proxyProtocolBackends[instancePort]; !ok { if currentState, ok := proxyProtocolBackends[instancePort]; !ok {
// This is a new ELB backend so we only need to worry about // 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 // existing one
setPolicy = proxyProtocol setPolicy = proxyProtocol
} else { } else {