diff --git a/pkg/controller/endpoint/endpoints_controller.go b/pkg/controller/endpoint/endpoints_controller.go index 87c515f2f22..f29fc272aa5 100644 --- a/pkg/controller/endpoint/endpoints_controller.go +++ b/pkg/controller/endpoint/endpoints_controller.go @@ -251,7 +251,7 @@ func podToEndpointAddressForService(svc *v1.Service, pod *v1.Pod) (*v1.EndpointA // pod cidr list order is same as service cidr list order). The expectation is // this is *most probably* the case. - // if the family was incorrectly indentified then this will be corrected once the + // if the family was incorrectly identified then this will be corrected once the // the upgrade is completed (controller connects to api-server that correctly defaults services) if utilnet.IsIPv6String(pod.Status.PodIP) { ipFamily = v1.IPv6Protocol