diff --git a/src/github.com/matrix-org/dendrite/federationsender/consumers/typingserver.go b/src/github.com/matrix-org/dendrite/federationsender/consumers/typingserver.go index 0cf9ea50d..5611ce93c 100644 --- a/src/github.com/matrix-org/dendrite/federationsender/consumers/typingserver.go +++ b/src/github.com/matrix-org/dendrite/federationsender/consumers/typingserver.go @@ -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.