Fix 'this this'

This commit is contained in:
Mark Haines 2017-02-13 18:33:23 +00:00
parent 854c98d45b
commit 0b68ed790d

View file

@ -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.