✏️ Fix typos

This commit is contained in:
Liang Ding 2019-05-24 11:42:52 +08:00
parent ce8351f38c
commit 879b3d78c3
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ func (sessions *wSessions) new(httpSession *sessions.Session, sid string) *WideS
ch = SessionWS[sid]
if nil == ch {
return // release this gorutine
return // release this goroutine
}
logger.Trace(event)