taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit d64d4505028d5d2b4242a112295cbbf471c53a1e
parent f6c8f009123441c50f4ca829bba6f9f7424f2e0a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 01:30:59 -0400

fix typo: s/a/an/

Diffstat:
Mcore/api-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -153,7 +153,7 @@ possibly by using HTTPS. // `base32 encoding <base32>`. Wallets cannot do much with this signature by itself; // it is only useful when multiple clients need to establish that the exchange // is sabotaging end-user anonymity by giving disjoint denomination keys to - // different users. If a exchange were to do this, this signature allows the + // different users. If an exchange were to do this, this signature allows the // clients to demonstrate to the public that the exchange is dishonest. eddsa_sig: EddsaSignature;