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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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