From 875dbf70c8bcf7beda4d5a919e06dfcb6170d0a5 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Thu, 10 Jul 2025 11:47:33 +0100 Subject: [PATCH] spelling --- synapse/storage/databases/main/sliding_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/storage/databases/main/sliding_sync.py b/synapse/storage/databases/main/sliding_sync.py index 6a62b11d1e..72ec8e6b90 100644 --- a/synapse/storage/databases/main/sliding_sync.py +++ b/synapse/storage/databases/main/sliding_sync.py @@ -492,7 +492,7 @@ class PerConnectionStateDB: """An equivalent to `PerConnectionState` that holds data in a format stored in the DB. - The principle difference is that the tokens for the different streams are + The principal difference is that the tokens for the different streams are serialized to strings. When persisting this *only* contains updates to the state.