From c02ca21a94e93570dcfad0b50d25c6681a1013b3 Mon Sep 17 00:00:00 2001 From: Dominic Fischer Date: Mon, 1 Jun 2020 17:32:10 +0100 Subject: [PATCH 1/2] Fix Typo --- specification/modules/end_to_end_encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/modules/end_to_end_encryption.rst b/specification/modules/end_to_end_encryption.rst index 8bc46de8..a357944b 100644 --- a/specification/modules/end_to_end_encryption.rst +++ b/specification/modules/end_to_end_encryption.rst @@ -587,7 +587,7 @@ The process between Alice and Bob verifying each other would be: the same for Bob's device keys and key IDs concurrently with Alice. #. When the other device receives the ``m.key.verification.mac`` message, the device calculates the HMAC of its copies of the other device's keys given in the message, - as well as the HMAC of the comma-seperated, sorted, list of key IDs in the message. + as well as the HMAC of the comma-separated, sorted, list of key IDs in the message. The device compares these with the HMAC values given in the message, and if everything matches then the device keys are verified. From 9535540161c2d8c2caf91603716914faec2b8d87 Mon Sep 17 00:00:00 2001 From: Dominic Fischer Date: Mon, 1 Jun 2020 17:35:36 +0100 Subject: [PATCH 2/2] Add changelog --- changelogs/client_server/newsfragments/2594.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/2594.clarification diff --git a/changelogs/client_server/newsfragments/2594.clarification b/changelogs/client_server/newsfragments/2594.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/2594.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification.