summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-31 20:56:20 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-31 20:56:20 +0200
commitb219dcd2e7b8d68524ba56509f652cde908cb2c5 (patch)
tree5563b0c031f745133bc8313b8ddcb04deb2c76f8
parentaaa822abdf65f0457e2a9e67f5911745b809dcff (diff)
downloadtaler-util-b219dcd2e7b8d68524ba56509f652cde908cb2c5.tar.gz
taler-util-b219dcd2e7b8d68524ba56509f652cde908cb2c5.tar.bz2
taler-util-b219dcd2e7b8d68524ba56509f652cde908cb2c5.zip
typos
-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.
""",
)