From 5cc8753bd342ef84f0bcd0b98c5696482e44c6f8 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 9 Jul 2026 18:01:41 -0500 Subject: [PATCH] Fix `compatibility` typo --- synapse/federation/federation_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index d5e9b75a2e..3813f5ec15 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -1412,7 +1412,7 @@ class FederationClient(FederationBase): raise SynapseError( 500, f"Received {HTTPStatus.BAD_REQUEST} {Codes.MISSING_PARAM} response from remote homeserver " - "while trying to send the invite over federation. This indicates a compatability problem " + "while trying to send the invite over federation. This indicates a compatibility problem " "between your homeserver and the homeserver you're trying to send the invite to " "(either one could be at fault).", Codes.UNKNOWN, @@ -1447,7 +1447,7 @@ class FederationClient(FederationBase): raise SynapseError( 500, f"Received {HTTPStatus.BAD_REQUEST} {Codes.MISSING_PARAM} response from remote homeserver " - "while trying to send the invite over federation. This indicates a compatability problem " + "while trying to send the invite over federation. This indicates a compatibility problem " "between your homeserver and the homeserver you're trying to send the invite to " "(either one could be at fault).", Codes.UNKNOWN,