From 5280b4d5822788cae99d50856ae176e726b072a5 Mon Sep 17 00:00:00 2001 From: arthur-zhang Date: Fri, 27 Oct 2023 22:52:55 +0800 Subject: [PATCH] bridge: fix spelling Signed-off-by: arthur-zhang --- plugins/main/bridge/bridge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/main/bridge/bridge.go b/plugins/main/bridge/bridge.go index 7a8e7e42..88c5d1a5 100644 --- a/plugins/main/bridge/bridge.go +++ b/plugins/main/bridge/bridge.go @@ -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 }