taler-docs

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

commit 74175eeb0b7cc4955154d22bccee0fa9299acb7e
parent d05ca2d35157290f12a03fc8b3ab4d9b3287ec45
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 03:44:11 -0400

typo: s/spend/spent/

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -294,7 +294,7 @@ Making the payment // Signature by the coin. coin_sig: EddsaSignature; - // Public key of the coin being spend. + // Public key of the coin being spent. coin_pub: EddsaPublicKey; // Signature made by the denomination public key.