1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 09:15:37 -05:00

Chore: fix typos (#878)

This commit is contained in:
Loyalsoldier
2021-04-09 09:47:36 +08:00
committed by GitHub
parent 42451a851f
commit f71b45f3e7
2 changed files with 1 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ func ExportIDToError(ctx context.Context) errors.ExportOption {
type Inbound struct {
// Source address of the inbound connection.
Source net.Destination
// Getaway address
// Gateway address
Gateway net.Destination
// Tag of the inbound proxy that handles the connection.
Tag string