mirror of
https://github.com/v2ray/v2ray-core.git
synced 2024-04-21 12:31:52 +00:00
Merge pull request #1302 from felixonmars/patch-1
Fix a typo in v2ray.go
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user