Browse Source

Chore: fix typos (#878)

Loyalsoldier 4 years ago
parent
commit
f71b45f3e7
2 changed files with 1 additions and 1 deletions
  1. 1 1
      common/session/session.go
  2. 0 0
      proxy/loopback/loopback.go

+ 1 - 1
common/session/session.go

@@ -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

+ 0 - 0
proxy/loopback/lookback.go → proxy/loopback/loopback.go