Merge pull request #1302 from felixonmars/patch-1

Fix a typo in v2ray.go
This commit is contained in:
Victoria Raymond
2018-10-06 13:48:46 +02:00
committed by GitHub
+1 -1
View File
@@ -46,7 +46,7 @@ func New(config *Config) (*Instance, error) {
}
if config.Transport != nil {
PrintDeprecatedFeatureWarning("global tranport settings")
PrintDeprecatedFeatureWarning("global transport settings")
}
if err := config.Transport.Apply(); err != nil {
return nil, err