Fix popular typos (#355)
This commit is contained in:
committed by
GitHub
parent
cfb031a15c
commit
8f921fbfde
@@ -110,7 +110,7 @@ func (s *server) Listen() {
|
||||
delete(s.Clients, c.socketID)
|
||||
s.listener.ClientRemoved(c.socketID)
|
||||
|
||||
// message was recieved from a client and should be sanitized, validated
|
||||
// message was received from a client and should be sanitized, validated
|
||||
// and distributed to other clients.
|
||||
case msg := <-s.sendAllCh:
|
||||
// Will turn markdown into html, sanitize user-supplied raw html
|
||||
|
||||
Reference in New Issue
Block a user