summaryrefslogtreecommitdiff
path: root/core/api-error.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-error.rst')
-rw-r--r--core/api-error.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-error.rst b/core/api-error.rst
index 88c43879..eb66d37d 100644
--- a/core/api-error.rst
+++ b/core/api-error.rst
@@ -258,7 +258,7 @@ The following list shows error codes defined in
/**
* The respective coin did not have sufficient residual value
* for the /deposit operation (i.e. due to double spending).
- * The "history" in the respose provides the transaction history
+ * The "history" in the response provides the transaction history
* of the coin proving this fact. This response is provided
* with HTTP status code MHD_HTTP_FORBIDDEN.
*/
@@ -690,7 +690,7 @@ The following list shows error codes defined in
* The exchange failed to recover information about the
* denomination key of the refunded coin (even though it
* recognizes the key). Hence it could not check the fee
- * strucutre.
+ * structure.
* This response is provided with HTTP status code
* MHD_HTTP_INTERNAL_SERVER_ERROR.
*/
@@ -982,7 +982,7 @@ The following list shows error codes defined in
/**
- * Integer overflow with sepcified timestamp argument detected.
+ * Integer overflow with specified timestamp argument detected.
* This response is provided
* with HTTP status code MHD_HTTP_BAD_REQUEST.
*/