mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-05-22 01:48:06 +08:00
Fix: typo (#624)
This commit is contained in:
parent
65dab4e34f
commit
3ccd7def86
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user