taler-docs

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

commit e3b79540b809e1f0e244d56a6b5bf5c0951aa6fb
parent 026c8d5ec62a6fad264403cd3a603c6096ed2126
Author: MS <ms@taler.net>
Date:   Tue, 29 Sep 2020 17:12:51 +0200

typo

Diffstat:
Mcore/api-bank-access.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -118,7 +118,7 @@ name and account password, at least in the GNU Taler demo bank implementation. Abort a withdrawal operation. Has no effect on an already aborted withdrawal operation. - :status 200 OK: The withdrawl operation has been aborted. The response is an empty JSON object. + :status 200 OK: The withdrawal operation has been aborted. The response is an empty JSON object. :status 409 Conflict: The reserve operation has been confirmed previously and can't be aborted. @@ -128,7 +128,7 @@ name and account password, at least in the GNU Taler demo bank implementation. **Response** - :status 200 OK: The withdrawl operation has been confirmed. The response is an empty JSON object. + :status 200 OK: The withdrawal operation has been confirmed. The response is an empty JSON object. :status 409 Conflict: The reserve operation has been aborted previously and can't be confirmed.