diff --git a/v2ray.go b/v2ray.go index eb0006e05..06a50f906 100755 --- a/v2ray.go +++ b/v2ray.go @@ -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