diff --git a/common/session/session.go b/common/session/session.go index 1f41b937b..2ee5cc46e 100644 --- a/common/session/session.go +++ b/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 diff --git a/proxy/loopback/lookback.go b/proxy/loopback/loopback.go similarity index 100% rename from proxy/loopback/lookback.go rename to proxy/loopback/loopback.go