summaryrefslogtreecommitdiff
path: root/taler/util/errorcodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'taler/util/errorcodes.py')
-rw-r--r--taler/util/errorcodes.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index d3032b3..c867601 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -1614,7 +1614,7 @@ ec._add_ec(
1900,
"""
The "have" parameter was not a natural number.
- This reponse is provied with an HTTP status code of
+ This response is provied with an HTTP status code of
#MHD_HTTP_BAD_REQUEST.
""",
)
@@ -1624,7 +1624,7 @@ ec._add_ec(
1901,
"""
We currently cannot find any keys.
- This reponse is provied with an HTTP status code of
+ This response is provied with an HTTP status code of
#MHD_HTTP_INTERNAL_SERVER_ERROR.
""",
)
@@ -1635,7 +1635,7 @@ ec._add_ec(
"""
This exchange does not allow clients to request /keys for
times other than the current (exchange) time.
- This reponse is provied with an HTTP status code of
+ This response is provied with an HTTP status code of
#MHD_HTTP_FORBIDDEN.
""",
)
@@ -1930,7 +1930,7 @@ ec._add_ec(
"HISTORY_TIMESTAMP_OVERFLOW",
2200,
"""
- 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.
""",
@@ -2740,7 +2740,7 @@ ec._add_ec(
"BANK_SAME_ACCOUNT",
5102,
"""
- Wire tranfer attempted with credit and debit party being
+ Wire transfer attempted with credit and debit party being
the same bank account.
""",
)