bridge: fix spelling

Signed-off-by: arthur-zhang <zhangya_no1@qq.com>
This commit is contained in:
arthur-zhang
2023-11-13 17:11:21 +01:00
committed by Casey Callendrello
parent 495a2cbb0c
commit 5280b4d582
+1 -1
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
}