taler-docs

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

commit 65ba3f9e88a609bb94568663812c077d099ea567
parent 7b73c70a95680179b7e0a93dc6417914649c9ce4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 03:35:07 -0400

fix typo: s/lead/led/

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

diff --git a/core/api-error.rst b/core/api-error.rst @@ -136,7 +136,7 @@ The following list shows error codes defined in * The given reserve does not have sufficient funds to admit the * requested withdraw operation at this time. The response includes * the current "balance" of the reserve as well as the transaction - * "history" that lead to this balance. This response is provided + * "history" that led to this balance. This response is provided * with HTTP status code MHD_HTTP_FORBIDDEN. */ TALER_EC_WITHDRAW_INSUFFICIENT_FUNDS = 1100,