fixed typo

This commit is contained in:
ston1th 2021-10-09 16:53:23 +02:00
commit 0965f95ab0

View file

@ -78,7 +78,7 @@ func main() {
for {
err = c.Start(cfg)
if err == cluster.ErrRestart {
log.Error(err, "recieved restart signal. restarting cluster controller.")
log.Error(err, "received restart signal. restarting cluster controller.")
c.Reset()
time.Sleep(time.Second)
continue