From 9a41cc58d9c8b0cec1c7750d8de68e4a8cc2cf2b Mon Sep 17 00:00:00 2001 From: Cory Snider Date: Tue, 23 Jan 2024 18:25:08 -0500 Subject: [PATCH] libnetwork: fix typo in iptables.go Co-authored-by: Ikko Ashimine Signed-off-by: Cory Snider --- libnetwork/iptables/iptables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/iptables/iptables.go b/libnetwork/iptables/iptables.go index 27c68be233..a1022d9ab2 100644 --- a/libnetwork/iptables/iptables.go +++ b/libnetwork/iptables/iptables.go @@ -363,7 +363,7 @@ func (c *ChainInfo) Forward(action Action, ip net.IP, port int, proto, destAddr if proto == "sctp" { // Linux kernel v4.9 and below enables NETIF_F_SCTP_CRC for veth by // the following commit. - // This introduces a problem when conbined with a physical NIC without + // This introduces a problem when combined with a physical NIC without // NETIF_F_SCTP_CRC. As for a workaround, here we add an iptables entry // to fill the checksum. //