浏览代码

Fix a typo in v2ray.go

Felix Yan 7 年之前
父节点
当前提交
db59a4dd9e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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