Fix lint errors
This commit is contained in:
parent
b18f8e86ad
commit
786d977a90
4 changed files with 5 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue