summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-29 17:12:51 +0200
committerMS <ms@taler.net>2020-09-29 17:12:51 +0200
commite3b79540b809e1f0e244d56a6b5bf5c0951aa6fb (patch)
tree97f5ed727805fc26a97bef7cf378a034bccfa4f8
parent026c8d5ec62a6fad264403cd3a603c6096ed2126 (diff)
downloaddocs-e3b79540b809e1f0e244d56a6b5bf5c0951aa6fb.tar.gz
docs-e3b79540b809e1f0e244d56a6b5bf5c0951aa6fb.tar.bz2
docs-e3b79540b809e1f0e244d56a6b5bf5c0951aa6fb.zip
typo
-rw-r--r--core/api-bank-access.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 2f75ec33..d67c11ed 100644
--- 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.