Fix lint errors

This commit is contained in:
Manuel de Brito Fontes 2017-04-20 16:48:14 -03:00
parent b18f8e86ad
commit 786d977a90
4 changed files with 5 additions and 5 deletions

View file

@ -225,7 +225,7 @@ func (le *LeaderElector) renew() {
le.maybeReportTransition()
desc := le.config.Lock.Describe()
if err == nil {
glog.V(4).Infof("succesfully renewed lease %v", desc)
glog.V(4).Infof("successfully renewed lease %v", desc)
return
}
le.config.Lock.RecordEvent("stopped leading")