From 0b68ed790d7ec70885fabdd47107ed9c6eedb49a Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 13 Feb 2017 18:33:23 +0000 Subject: [PATCH] Fix 'this this' --- src/github.com/matrix-org/dendrite/roomserver/storage/sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/sql.go b/src/github.com/matrix-org/dendrite/roomserver/storage/sql.go index b8e547041..eba14b340 100644 --- a/src/github.com/matrix-org/dendrite/roomserver/storage/sql.go +++ b/src/github.com/matrix-org/dendrite/roomserver/storage/sql.go @@ -348,7 +348,7 @@ CREATE TABLE IF NOT EXISTS events ( event_state_key_nid BIGINT NOT NULL, -- Local numeric ID for the state at the event. -- This is 0 if we don't know the state at the event. - -- If the state is not 0 this this event is part of the contiguous + -- If the state is not 0 then this event is part of the contiguous -- part of the event graph -- Since many different events can have the same state we store the -- state into a separate state table and refer to it by numeric ID.