Skip to content

Commit

Permalink
Merge pull request #2594 from Dominaezzz/patch-1
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
turt2live committed Jun 1, 2020
2 parents 3fc5540 + 9535540 commit 185e3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/2594.clarification
@@ -0,0 +1 @@
Fix various typos throughout the specification.
2 changes: 1 addition & 1 deletion specification/modules/end_to_end_encryption.rst
Expand Up @@ -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.

Expand Down

0 comments on commit 185e3e4

Please sign in to comment.