From 0da5f50b0334c018224591968ff501c49107ae73 Mon Sep 17 00:00:00 2001 From: Rohith Date: Thu, 4 Aug 2016 10:16:50 +0100 Subject: [PATCH] - fixing the spelling mistakes --- pkg/cloudprovider/providers/aws/aws.go | 2 +- pkg/cloudprovider/providers/aws/aws_loadbalancer.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cloudprovider/providers/aws/aws.go b/pkg/cloudprovider/providers/aws/aws.go index e83ddd47593..8f8814d42f1 100644 --- a/pkg/cloudprovider/providers/aws/aws.go +++ b/pkg/cloudprovider/providers/aws/aws.go @@ -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 diff --git a/pkg/cloudprovider/providers/aws/aws_loadbalancer.go b/pkg/cloudprovider/providers/aws/aws_loadbalancer.go index 0e20acdda24..7b02650427c 100644 --- a/pkg/cloudprovider/providers/aws/aws_loadbalancer.go +++ b/pkg/cloudprovider/providers/aws/aws_loadbalancer.go @@ -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 {