From f9659323df677a35dc1c53bcb6c55d708933571b Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 21 Dec 2020 13:07:30 -0800 Subject: [PATCH] wgengine/router/dns: fix typo in comment --- wgengine/router/dns/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgengine/router/dns/config.go b/wgengine/router/dns/config.go index 6a5c6cfad..2b6ff615a 100644 --- a/wgengine/router/dns/config.go +++ b/wgengine/router/dns/config.go @@ -66,7 +66,7 @@ type ManagerConfig struct { // Logf is the logger for the manager to use. // It is wrapped with a "dns: " prefix. Logf logger.Logf - // InterfaceNAme is the name of the interface with which DNS settings should be associated. + // InterfaceName is the name of the interface with which DNS settings should be associated. InterfaceName string // Cleanup indicates that the manager is created for cleanup only. // A no-op manager will be instantiated if the system needs no cleanup.