Browse Source

Fix a typo in v2ray.go

Felix Yan 7 năm trước cách đây
mục cha
commit
db59a4dd9e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      v2ray.go

+ 1 - 1
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