summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-bank-access.rst')
-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.