Explorar o código

Fix a typo in v2ray.go

Felix Yan %!s(int64=7) %!d(string=hai) anos
pai
achega
db59a4dd9e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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