This commit is contained in:
Anant Prakash 2018-08-08 19:17:26 +05:30
parent 1de4050962
commit 6c1412de01
No known key found for this signature in database
GPG key ID: C5D399F626523045

View file

@ -62,7 +62,7 @@ func (t *OutputTypingEventConsumer) Start() error {
return t.consumer.Start()
}
// onMessage is called for OutputTypingEvent recieved from the typing servers.
// onMessage is called for OutputTypingEvent received from the typing servers.
// Parses the msg, creates a matrix federation EDU and sends it to joined hosts.
func (t *OutputTypingEventConsumer) onMessage(msg *sarama.ConsumerMessage) error {
// Extract the typing event from msg.