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.