summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-05 09:56:33 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-05 09:56:33 +0200
commit3c5b2de0a44a32ee7d1ab7439f311a88b3470aff (patch)
tree02982108b04b9ee364326b9bf1eb8dfe678cda15 /core/api-exchange.rst
parent97e400f13985f671e45bd23803222e48e7f580a0 (diff)
downloaddocs-3c5b2de0a44a32ee7d1ab7439f311a88b3470aff.tar.gz
docs-3c5b2de0a44a32ee7d1ab7439f311a88b3470aff.tar.bz2
docs-3c5b2de0a44a32ee7d1ab7439f311a88b3470aff.zip
-typos
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 545ef4e1..1a12ea0c 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2170,7 +2170,7 @@ proof to the seller for the escrow of sufficient fund.
type DepositPolicy =
| PolicyRefund
- | PolicyBrandtVickereyAuction
+ | PolicyBrandtVickeryAuction
| PolicyEscrow;
.. ts:def:: PolicyRefund
@@ -2191,13 +2191,13 @@ proof to the seller for the escrow of sufficient fund.
deadline: Timestamp;
}
- .. ts:def:: PolicyBrandtVickereyAuction
+ .. ts:def:: PolicyBrandtVickeryAuction
// CAVEAT: THIS IS STILL WORK IN PROGRESS.
// This policy is optional and might not be supported by the exchange.
// If it does, the exchange MUST show support for this policy in the
// ``extensions`` field in the response to ``/keys``.
- interface PolicyBrandtVickereyAuction {
+ interface PolicyBrandtVickeryAuction {
type: "brandt-vickery-auction";
// Public key of this bidder.