fix spell

This commit is contained in:
tanshanshan
2018-07-14 10:05:56 +08:00
parent 614e3adda0
commit f68af9e584
3 changed files with 3 additions and 3 deletions

View File

@@ -1109,7 +1109,7 @@ func (proxier *Proxier) syncProxyRules() {
glog.Errorf("Error syncing healtcheck services: %v", err)
}
if err := proxier.healthChecker.SyncEndpoints(endpointUpdateResult.hcEndpoints); err != nil {
glog.Errorf("Error syncing healthcheck endoints: %v", err)
glog.Errorf("Error syncing healthcheck endpoints: %v", err)
}
// Finish housekeeping.