Fix typos

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2026-05-01 07:55:16 +02:00
parent 160339e580
commit 1647a3cf1e
No known key found for this signature in database
GPG key ID: F26F4BE20A08255B
2 changed files with 2 additions and 2 deletions

View file

@ -940,7 +940,7 @@ they need to go, however they should also be aware of [issue
A room (or room permalink) which isn't using a room alias should supply A room (or room permalink) which isn't using a room alias should supply
at least one server using `via` in the URI's query string. Multiple servers at least one server using `via` in the URI's query string. Multiple servers
can be specified by including multuple `via` parameters. can be specified by including multiple `via` parameters.
The values of `via` are intended to be passed along on the The values of `via` are intended to be passed along on the
[Client Server `/join/{roomIdOrAlias}` API](/client-server-api/#post_matrixclientv3joinroomidoralias). [Client Server `/join/{roomIdOrAlias}` API](/client-server-api/#post_matrixclientv3joinroomidoralias).

View file

@ -305,7 +305,7 @@ has proven ownership of.
Eve; Eve cannot decrypt it, but forwards it to Bob. Bob believes the Eve; Eve cannot decrypt it, but forwards it to Bob. Bob believes the
Alice sent the message to him, whereas Alice intended it to go to Eve. Alice sent the message to him, whereas Alice intended it to go to Eve.
This is prevented by Alice including the user ID of the intended recpient This is prevented by Alice including the user ID of the intended recipient
(Eve) in the plain-text of the pre-key message. Bob can now tell that the (Eve) in the plain-text of the pre-key message. Bob can now tell that the
message was meant for Eve rather than him. message was meant for Eve rather than him.