Fix typo: ed2519 -> ed25519 (#178)

This commit is contained in:
Jonas Platte 2017-08-05 03:25:03 +02:00 committed by Matthew Hodgson
parent 8ccc5d108b
commit c15e4572ff

View File

@ -126,7 +126,7 @@ so that the readers can avoid querying the room server unnecessarily.
* Checks if it has already processed or is processing a request with the * Checks if it has already processed or is processing a request with the
same `txnID`. same `txnID`.
* Checks the signatures for the events. * Checks the signatures for the events.
Fetches the ed2519 keys for the event senders if necessary. Fetches the ed25519 keys for the event senders if necessary.
* Queries the RoomServer for a copy of the state of the room at each event. * Queries the RoomServer for a copy of the state of the room at each event.
* If the RoomServer doesn't know the state of the room at an event then * If the RoomServer doesn't know the state of the room at an event then
query the state of the room at the event from the remote server using query the state of the room at the event from the remote server using