1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 18:00:43 +00:00

Fix a typo in v2ray.go

This commit is contained in:
Felix Yan 2018-10-06 07:53:51 +08:00 committed by GitHub
parent ce4aee72b6
commit db59a4dd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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