Jelajahi Sumber

Fix a typo in v2ray.go

Felix Yan 7 tahun lalu
induk
melakukan
db59a4dd9e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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