bridge: fix spelling

Signed-off-by: arthur-zhang <zhangya_no1@qq.com>
This commit is contained in:
arthur-zhang 2023-10-27 22:52:55 +08:00 committed by Casey Callendrello
parent 495a2cbb0c
commit 5280b4d582

View File

@ -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
}