Skip to content

Commit

Permalink
bridge: fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: arthur-zhang <[email protected]>
  • Loading branch information
arthur-zhang authored and squeed committed Nov 13, 2023
1 parent 495a2cb commit 5280b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/main/bridge/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ func cmdAdd(args *skel.CmdArgs) error {
}

// Use incoming DNS settings if provided, otherwise use the
// settings that were already configued by the IPAM plugin
// settings that were already configured by the IPAM plugin
if dnsConfSet(n.DNS) {
result.DNS = n.DNS
}
Expand Down

0 comments on commit 5280b4d

Please sign in to comment.