From 0097556fb68572668a67e52da6411efaaf3de6aa Mon Sep 17 00:00:00 2001 From: lesismal Date: Tue, 21 Nov 2023 22:23:58 +0800 Subject: [PATCH] typo --- nbhttp/websocket/upgrader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbhttp/websocket/upgrader.go b/nbhttp/websocket/upgrader.go index 40eda2fa..1f073f90 100644 --- a/nbhttp/websocket/upgrader.go +++ b/nbhttp/websocket/upgrader.go @@ -114,7 +114,7 @@ type Upgrader struct { // false: don't try to transfer. // // Notice: - // Only `net.TCPConn` and `llib's blocking tls.Conn` can be transfered to nonblocking. + // Only `net.TCPConn` and `llib's blocking tls.Conn` can be transferred to nonblocking. BlockingModTrasferConnToPoller bool // BlockingModSendQueueInitSize represents the init size of a Conn's send queue,