Fixed typo

This commit is contained in:
Pascal Borreli 2014-12-14 18:25:12 +01:00
parent f79ada5d63
commit 84b0b5ab16

View File

@ -199,7 +199,7 @@ func (s *Server) Rename(client *Client, newName string) {
return
}
// TODO: Use a channel/goroutine for adding clients, rathern than locks?
// TODO: Use a channel/goroutine for adding clients, rather than locks?
delete(s.clients, client.Name)
oldName := client.Name
client.Rename(newName)