From 9f2147161ebcb5064408d6b23d6ecbd315797c50 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 8 Apr 2019 15:49:29 +0800 Subject: [PATCH] Fix spell error --- pkg/proxy/iptables/proxier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/iptables/proxier.go b/pkg/proxy/iptables/proxier.go index 5bdd13c4322..b55209bd492 100644 --- a/pkg/proxy/iptables/proxier.go +++ b/pkg/proxy/iptables/proxier.go @@ -178,7 +178,7 @@ func newEndpointInfo(baseInfo *proxy.BaseEndpointInfo) proxy.Endpoint { return &endpointsInfo{BaseEndpointInfo: baseInfo} } -// Equal overrides the Equal() function imlemented by proxy.BaseEndpointInfo. +// Equal overrides the Equal() function implemented by proxy.BaseEndpointInfo. func (e *endpointsInfo) Equal(other proxy.Endpoint) bool { o, ok := other.(*endpointsInfo) if !ok {