Merge pull request #2594 from Dominaezzz/patch-1

Fix Typo
This commit is contained in:
Travis Ralston 2020-06-01 10:50:37 -06:00 committed by GitHub
commit 185e3e4001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix various typos throughout the specification.

View file

@ -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.