summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst32
1 files changed, 16 insertions, 16 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 088f71d2..ecb88807 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -1953,7 +1953,7 @@ provided language preferences in the HTTP header and the respective language
exists, the correct language will be automatically served.
The following subsections give details about each of the templates. Most
-subsection title are the ``$NAME`` of the respective template.
+subsection titles are the ``$NAME`` of the respective template.
Generic Errors Templates
@@ -1985,7 +1985,7 @@ kycaid-invalid-request
The KYCaid plugin does not support requests to the
``/kyc-proof/`` endpoint (HTTP 400 bad request).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2008,7 +2008,7 @@ The OAuth2 server said that the request was not
properly authenticated (HTTP 403 Forbidden).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2024,7 +2024,7 @@ The OAuth2 server refused to return the KYC data
because the authorization code provided was
invalid (HTTP 403 Forbidden).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2043,7 +2043,7 @@ oauth2-authorization-failure-malformed
The server refused the authorization, but then provided
a malformed response (HTTP 502 Bad Gateway).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2061,7 +2061,7 @@ oauth2-bad-request
The client made an invalid request (HTTP 400 Bad Request).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2078,7 +2078,7 @@ oauth2-conversion-failure
Converting the KYC data into the exchange's internal
format failed (HTTP 502 Bad Gateway).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2101,7 +2101,7 @@ oauth2-provider-failure
We did not get an acceptable response from the OAuth2
provider (HTTP 502 Bad Gateway).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2117,7 +2117,7 @@ persona-exchange-unauthorized
The Persona server refused our request (HTTP 403 Forbidden from Persona, returned as a HTTP 502 Bad Gateway).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2135,7 +2135,7 @@ persona-load-failure
The Persona server refused our request (HTTP 429 Too Many Requests from Persona, returned as a HTTP 503 Service Unavailable).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2153,7 +2153,7 @@ persona-exchange-unpaid
The Persona server refused our request (HTTP 402 Payment REquired from Persona, returned as a HTTP 503 Service Unavailable).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2172,7 +2172,7 @@ persona-logic-failure
The Persona server refused our request (HTTP 400, 403, 409, 422 from Persona, returned as a HTTP 502 Bad Gateway).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2191,7 +2191,7 @@ persona-invalid-response
The Persona server refused our request in an
unexpected way; returned as a HTTP 502 Bad Gateway.
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2209,7 +2209,7 @@ persona-network-timeout
The Persona server refused our request (HTTP 408 from Persona, returned as a HTTP 504 Gateway Timeout).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers
@@ -2227,7 +2227,7 @@ persona-kyc-failed
The Persona server indicated a problem with the KYC process, saying it was not completed.
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* persona_inquiry_id: String; internal ID of the inquiry within Persona, useful for further diagnostics by staff
@@ -2240,7 +2240,7 @@ persona-provider-failure
The Persona server refused our request (HTTP 500 from Persona, returned as a HTTP 502 Bad Gateway).
-This templates is instantiated using the following information:
+This template is instantiated using the following information:
* ec: Integer; numeric Taler error code, should be shown to indicate the
error compactly for reporting to developers