From 7f0abeed75ff946487a8fec3209361e945c6247f Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 23 Jun 2020 12:47:52 +0100 Subject: [PATCH] Linting --- federationapi/routing/send.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federationapi/routing/send.go b/federationapi/routing/send.go index 2ee8050b6..53f951951 100644 --- a/federationapi/routing/send.go +++ b/federationapi/routing/send.go @@ -149,7 +149,7 @@ func (t *txnReq) processTransaction() (*gomatrixserverlib.RespSend, *util.JSONRe // on PDUs. // // This enforces that the entire transaction is rejected if a single bad PDU is - // sent. It is unclear if this is the correct behavior or not. + // sent. It is unclear if this is the correct behaviour or not. // // See https://github.com/matrix-org/synapse/issues/7543 return nil, &util.JSONResponse{