diff --git a/.github/workflows/spell-check.yaml b/.github/workflows/spell-check.yaml index 541f7f93..7a15db37 100644 --- a/.github/workflows/spell-check.yaml +++ b/.github/workflows/spell-check.yaml @@ -14,6 +14,6 @@ jobs: uses: actions/checkout@v4 - name: Check spelling of proposals - uses: crate-ci/typos@f2c1f08a7b3c1b96050cb786baaa2a94797bdb7d # v1.20.10 + uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0 with: config: ${{github.workspace}}/.github/_typos.toml diff --git a/changelogs/appendices/newsfragments/2369.clarification b/changelogs/appendices/newsfragments/2369.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/appendices/newsfragments/2369.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/changelogs/internal/newsfragments/2369.clarification b/changelogs/internal/newsfragments/2369.clarification new file mode 100644 index 00000000..eef32fce --- /dev/null +++ b/changelogs/internal/newsfragments/2369.clarification @@ -0,0 +1 @@ +Update and fix GitHub Actions. diff --git a/changelogs/olm_megolm/newsfragments/2369.clarification b/changelogs/olm_megolm/newsfragments/2369.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/olm_megolm/newsfragments/2369.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/content/appendices.md b/content/appendices.md index 5f943df1..8a51cf02 100644 --- a/content/appendices.md +++ b/content/appendices.md @@ -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 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 [Client Server `/join/{roomIdOrAlias}` API](/client-server-api/#post_matrixclientv3joinroomidoralias). diff --git a/content/olm-megolm/olm.md b/content/olm-megolm/olm.md index b72c0351..c2b4ca19 100644 --- a/content/olm-megolm/olm.md +++ b/content/olm-megolm/olm.md @@ -305,7 +305,7 @@ has proven ownership of. 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. - 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 message was meant for Eve rather than him.