소스 검색

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