Skip to content

Commit ade5f8a

Browse files
committed
pkg/tcpproxy: typo
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 5ccf6c8 commit ade5f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tcpproxy/tcpproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ type Conn struct {
252252
// route, it will be the host header. In the case of a fixed
253253
// route, i.e. those created with AddRoute(), this will always be
254254
// empty. This can be useful in the case where further routing decisions
255-
// need to be made in the Target impementation.
255+
// need to be made in the Target implementation.
256256
HostName string
257257

258258
// Peeked are the bytes that have been read from Conn for the

0 commit comments

Comments
 (0)