mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
Merge pull request #1302 from felixonmars/patch-1
Fix a typo in v2ray.go
This commit is contained in:
commit
df5bb77cab
2
v2ray.go
2
v2ray.go
@ -46,7 +46,7 @@ func New(config *Config) (*Instance, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if config.Transport != nil {
|
if config.Transport != nil {
|
||||||
PrintDeprecatedFeatureWarning("global tranport settings")
|
PrintDeprecatedFeatureWarning("global transport settings")
|
||||||
}
|
}
|
||||||
if err := config.Transport.Apply(); err != nil {
|
if err := config.Transport.Apply(); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
Loading…
Reference in New Issue
Block a user