mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Fix spell error
This commit is contained in:
parent
f873d2a056
commit
9f2147161e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user