commit 3c5b2de0a44a32ee7d1ab7439f311a88b3470aff
parent 97e400f13985f671e45bd23803222e48e7f580a0
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Wed, 5 Oct 2022 09:56:33 +0200
-typos
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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.