From 0965f95ab0b15be8900cf3c95572ac64f338cee4 Mon Sep 17 00:00:00 2001 From: ston1th Date: Sat, 9 Oct 2021 16:53:23 +0200 Subject: [PATCH] fixed typo --- cmd/haproxy-lb/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/haproxy-lb/main.go b/cmd/haproxy-lb/main.go index 2f54f4d..d927c17 100644 --- a/cmd/haproxy-lb/main.go +++ b/cmd/haproxy-lb/main.go @@ -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