From 93b9d1b67a91f20fc44bbb6dba7a104a441fe689 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Fri, 21 Feb 2025 21:49:12 -0500 Subject: [PATCH 1/2] fix typos --- data/event-schemas/schema/m.room_key.withheld.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/event-schemas/schema/m.room_key.withheld.yaml b/data/event-schemas/schema/m.room_key.withheld.yaml index 797b51f9b..1acca5462 100644 --- a/data/event-schemas/schema/m.room_key.withheld.yaml +++ b/data/event-schemas/schema/m.room_key.withheld.yaml @@ -48,8 +48,8 @@ properties: session_id: type: string description: |- - Required of `code` is not `m.no_olm`. The session ID of the key - that this event is aboutis for. + Required if `code` is not `m.no_olm`. The session ID of the key + that this event is about. sender_key: type: string description: |- From 403d5904b784e7610618f631a58fde6aafdc2b60 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Fri, 21 Feb 2025 22:21:39 -0500 Subject: [PATCH 2/2] add changelog --- changelogs/client_server/newsfragments/2080.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/2080.clarification diff --git a/changelogs/client_server/newsfragments/2080.clarification b/changelogs/client_server/newsfragments/2080.clarification new file mode 100644 index 000000000..ca5f3aea5 --- /dev/null +++ b/changelogs/client_server/newsfragments/2080.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. \ No newline at end of file