[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-util] branch master updated: typos
From: |
gnunet |
Subject: |
[taler-taler-util] branch master updated: typos |
Date: |
Tue, 31 Mar 2020 20:56:22 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-util.
The following commit(s) were added to refs/heads/master by this push:
new b219dcd typos
b219dcd is described below
commit b219dcd2e7b8d68524ba56509f652cde908cb2c5
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 31 20:56:20 2020 +0200
typos
---
taler/util/errorcodes.py | 10 +++++-----
1 file 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.
""",
)
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taler-util] branch master updated: typos,
gnunet <=