Merge pull request #1302 from felixonmars/patch-1

Fix a typo in v2ray.go
pull/1173/merge
Victoria Raymond 2018-10-06 13:48:46 +02:00 committed by GitHub
commit df5bb77cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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