From db59a4dd9ee32c47c3660b8da67d83e9704a19f8 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 6 Oct 2018 07:53:51 +0800 Subject: [PATCH] Fix a typo in v2ray.go --- v2ray.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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