Skip to content

Commit

Permalink
Merge pull request #1903 from pavedroad/master
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
thomasferrandiz authored Mar 18, 2024
2 parents 4a496c9 + 9474806 commit 3bed232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func main() {
os.Exit(1)
}

//Create TrafficManager and instanciate it based on whether we use iptables or nftables
//Create TrafficManager and instantiate it based on whether we use iptables or nftables
trafficMngr := newTrafficManager()
flannelIPv4Net := ip.IP4Net{}
flannelIpv6Net := ip.IP6Net{}
Expand Down

0 comments on commit 3bed232

Please sign in to comment.