Fix popular typos (#355)

This commit is contained in:
Christian Muehlhaeuser
2020-11-12 23:57:24 +01:00
committed by GitHub
parent cfb031a15c
commit 8f921fbfde
2 changed files with 2 additions and 2 deletions

View File

@@ -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