summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 00:14:49 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 00:14:49 -0500
commit916bd1321fb878b2f5fee2a7e844cac74c62dc93 (patch)
tree43fda86ae937c43532fc2a488ded8c91498a11a2
parentfc782972fec3213885bf15169d4fbe0d3fcd351e (diff)
downloaddocs-916bd1321fb878b2f5fee2a7e844cac74c62dc93.tar.gz
docs-916bd1321fb878b2f5fee2a7e844cac74c62dc93.tar.bz2
docs-916bd1321fb878b2f5fee2a7e844cac74c62dc93.zip
fix typo: s/reveived/received/
-rw-r--r--anastasis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 205a6ba1..1607c74d 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -501,7 +501,7 @@ In the following, UUID is always defined and used according to `RFC 4122`_.
*Etag*: Set by the server to the Base32-encoded SHA512 hash of the body. Used for caching and to prevent redundancies. The server MUST send the Etag if the status code is 200 OK.
- *If-None-Match*: If this is not the very first request of the client, this contains the Etag-value which the client has reveived before from the server.
+ *If-None-Match*: If this is not the very first request of the client, this contains the Etag-value which the client has received before from the server.
The client SHOULD send this header with every request (except for the first request) to avoid unnecessary downloads.
*Anastasis-Account-Signature*: The client must provide Base-32 encoded EdDSA signature over hash of body with $ACCOUNT_PRIV, affirming desire to download the requested encrypted recovery document. The purpose used MUST be TALER_SIGNATURE_ANASTASIS_POLICY_DOWNLOAD (1401).