From 631b1bf12ece0d5e3909d24e7762be12f830b2ab Mon Sep 17 00:00:00 2001 From: Ruakij Date: Wed, 12 Apr 2023 19:50:41 +0200 Subject: [PATCH] Fix spelling --- cmd/app/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/app/main.go b/cmd/app/main.go index cde099d..067248a 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -53,7 +53,7 @@ func main() { logger.Error.Fatalf("Couldn't parse RECHECK_INTERVAL '%s': %s", checkIntervalStr, err) } - // Get the IPv4 address of the interface + // Get the IPv4 addresses of the interface addrs, err := netlink.AddrList(netInterface, netlink.FAMILY_V4) if err != nil { logger.Error.Fatal(err)