Fix typoed e2e algorithm names (#2389)
Some checks failed
Spec / 🔎 Validate OpenAPI specifications (push) Has been cancelled
Spec / 🔎 Check Event schema examples (push) Has been cancelled
Spec / 🔎 Check OpenAPI definitions examples (push) Has been cancelled
Spec / 🔎 Check JSON Schemas inline examples (push) Has been cancelled
Spec / ⚙️ Calculate baseURL for later jobs (push) Has been cancelled
Spec / 📢 Run towncrier for changelog (push) Has been cancelled
Spell Check / Spell Check with Typos (push) Has been cancelled
Spec / 🐍 Build OpenAPI definitions (push) Has been cancelled
Spec / 📖 Build the spec (push) Has been cancelled
Spec / 🔎 Validate generated HTML (push) Has been cancelled
Spec / 📖 Build the historical backup spec (push) Has been cancelled
Spec / Create release (push) Has been cancelled

* Fix typoed algorithm names

* Create 2389.clarification

* Update changelogs/client_server/newsfragments/2389.clarification

---------

Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
This commit is contained in:
Alcaro 2026-06-10 00:05:55 +02:00 committed by GitHub
parent 72cf925609
commit dbbc428095
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -203,8 +203,8 @@ paths:
"user_id": "@alice:example.com", "user_id": "@alice:example.com",
"device_id": "HIJKLMN", "device_id": "HIJKLMN",
"algorithms": [ "algorithms": [
"m.olm.v1.curve25519-aes-sha256", "m.olm.v1.curve25519-aes-sha2",
"m.megolm.v1.aes-sha" "m.megolm.v1.aes-sha2"
], ],
"keys": { "keys": {
"curve25519:HIJKLMN": "base64+curve25519+key", "curve25519:HIJKLMN": "base64+curve25519+key",