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 }