From 98db1988c6410da636d5c541aa541e307a06373d Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Wed, 8 Apr 2020 15:49:12 +0800 Subject: [PATCH] Fix: typo (#624) --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index cc7254bb..3c482195 100644 --- a/config/config.go +++ b/config/config.go @@ -295,7 +295,7 @@ func parseProxies(cfg *RawConfig) (proxies map[string]C.Proxy, providersMap map[ proxyList = append(proxyList, proxy.Name()) } - // keep the origional order of ProxyGroups in config file + // keep the original order of ProxyGroups in config file for idx, mapping := range groupsConfig { groupName, existName := mapping["name"].(string) if !existName {