diff --git a/utils/connection.go b/utils/connection.go index f7e3b1de..6172c87a 100644 --- a/utils/connection.go +++ b/utils/connection.go @@ -26,7 +26,7 @@ func (t *TCPListener) PlannedDisconnect(f func(*TCPListener)) { t.plannedDisconnect = f } -// UnexpectedDisconnect 未预料钟的断开连接 +// UnexpectedDisconnect 未预料的断开连接 func (t *TCPListener) UnexpectedDisconnect(f func(*TCPListener, error)) { t.lock.Lock() defer t.lock.Unlock()