Merge pull request #78820 from haosdent/fix_typos

Fix typos.
This commit is contained in:
Kubernetes Prow Robot
2019-07-01 15:09:20 -07:00
committed by GitHub
12 changed files with 12 additions and 12 deletions

View File

@@ -556,7 +556,7 @@ func (proxier *Proxier) OnEndpointsUpdate(oldEndpoints, endpoints *v1.Endpoints)
}
}
// OnEndpointsDelete is called whever deletion of an existing endpoints
// OnEndpointsDelete is called whenever deletion of an existing endpoints
// object is observed.
func (proxier *Proxier) OnEndpointsDelete(endpoints *v1.Endpoints) {
proxier.OnEndpointsUpdate(endpoints, nil)