From 669377888ee6cf831f9ce0de2d1fa1b1457a1f90 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 25 May 2020 12:24:29 -0600 Subject: [PATCH] Fix more typos throughout the specification Fixes https://github.com/matrix-org/matrix-doc/issues/2193 --- api/server-server/keys_server.yaml | 2 +- changelogs/server_server/newsfragments/2577.clarification | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/server_server/newsfragments/2577.clarification diff --git a/api/server-server/keys_server.yaml b/api/server-server/keys_server.yaml index 465bb294..81b98b1e 100644 --- a/api/server-server/keys_server.yaml +++ b/api/server-server/keys_server.yaml @@ -34,7 +34,7 @@ paths: Intermediate notary servers should cache a response for half of its lifetime to avoid serving a stale response. Originating servers should avoid returning responses that expire in less than an hour to avoid - repeated reqests for a certificate that is about to expire. Requesting + repeated requests for a certificate that is about to expire. Requesting servers should limit how frequently they query for certificates to avoid flooding a server with requests. diff --git a/changelogs/server_server/newsfragments/2577.clarification b/changelogs/server_server/newsfragments/2577.clarification new file mode 100644 index 00000000..902a9c3f --- /dev/null +++ b/changelogs/server_server/newsfragments/2577.clarification @@ -0,0 +1 @@ +Fix various spelling errors throughout the specification.