Fix typo - "netforwad" -> "netforward" (#647)

This commit is contained in:
Jonathan Hult
2023-01-08 16:51:08 -06:00
committed by GitHub
parent f9dfafa9d9
commit 44f612f121

View File

@ -36,6 +36,6 @@ func enableIPForwarding() error {
} }
func isNetForwardHistoryEnabled() bool { 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 return false
} }