From 44f612f121bfdf3441a573b53505e564ec61e188 Mon Sep 17 00:00:00 2001 From: Jonathan Hult Date: Sun, 8 Jan 2023 16:51:08 -0600 Subject: [PATCH] Fix typo - "netforwad" -> "netforward" (#647) --- client/internal/routemanager/systemops_nonlinux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/routemanager/systemops_nonlinux.go b/client/internal/routemanager/systemops_nonlinux.go index aad8a1202..c0e759eb1 100644 --- a/client/internal/routemanager/systemops_nonlinux.go +++ b/client/internal/routemanager/systemops_nonlinux.go @@ -36,6 +36,6 @@ func enableIPForwarding() error { } func isNetForwardHistoryEnabled() bool { - log.Infof("check netforwad history is not implemented on %s", runtime.GOOS) + log.Infof("check netforward history is not implemented on %s", runtime.GOOS) return false }