From 94680bfbebca842d782c74bc919db9d82132b383 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 28 Jun 2017 16:02:58 +0100 Subject: [PATCH] Singular --- .../matrix-org/dendrite/federationsender/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/federationsender/types/types.go b/src/github.com/matrix-org/dendrite/federationsender/types/types.go index 47b58ddf9..05ba92f77 100644 --- a/src/github.com/matrix-org/dendrite/federationsender/types/types.go +++ b/src/github.com/matrix-org/dendrite/federationsender/types/types.go @@ -29,7 +29,7 @@ type JoinedHost struct { } // A EventIDMismatchError indicates that we have got out of sync with the -// rooms server. +// room server. type EventIDMismatchError struct { // The event ID we have stored in our local database. DatabaseID string