Skip to content

Commit

Permalink
Merge pull request #47708 from ViToni/fix_typos
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
coolljt0725 committed Apr 13, 2024
2 parents f9dfd13 + f51e18f commit 8d5d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnetwork/drivers/overlay/joinleave.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (d *driver) Join(nid, eid string, sboxKey string, jinfo driverapi.JoinInfo,

veth, err := nlh.LinkByName(overlayIfName)
if err != nil {
return fmt.Errorf("cound not find link by name %s: %v", overlayIfName, err)
return fmt.Errorf("could not find link by name %s: %v", overlayIfName, err)
}
err = nlh.LinkSetMTU(veth, mtu)
if err != nil {
Expand Down

0 comments on commit 8d5d655

Please sign in to comment.