From 37c8b9125189edde0e8bb08a1f9bcb2c255e590b Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 27 Jun 2017 14:52:59 +0100 Subject: [PATCH] Fix comments --- src/github.com/matrix-org/dendrite/roomserver/api/output.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/roomserver/api/output.go b/src/github.com/matrix-org/dendrite/roomserver/api/output.go index b6efad2e1..8055ce1b7 100644 --- a/src/github.com/matrix-org/dendrite/roomserver/api/output.go +++ b/src/github.com/matrix-org/dendrite/roomserver/api/output.go @@ -70,7 +70,7 @@ type OutputRoomEvent struct { // Or empty if this event shouldn't be pushed to other servers. // // This is used by the federation sender component. We need to tell it what - // event is needs to send because it can't tell on its own. Normally if an + // event it needs to send because it can't tell on its own. Normally if an // event was created on this server then we are responsible for sending it. // However there are a couple of exceptions. The first is that when the // server joins a remote room through another matrix server, it is the job