We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccf6c8 commit ade5f8aCopy full SHA for ade5f8a
pkg/tcpproxy/tcpproxy.go
@@ -252,7 +252,7 @@ type Conn struct {
252
// route, it will be the host header. In the case of a fixed
253
// route, i.e. those created with AddRoute(), this will always be
254
// empty. This can be useful in the case where further routing decisions
255
- // need to be made in the Target impementation.
+ // need to be made in the Target implementation.
256
HostName string
257
258
// Peeked are the bytes that have been read from Conn for the
0 commit comments