Skip to content

Commit

Permalink
Fix: typo (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk authored Apr 8, 2020
1 parent 65dab4e commit 3ccd7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3ccd7de

Please sign in to comment.