gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix typos


From: gnunet
Subject: [taler-exchange] branch master updated: -fix typos
Date: Thu, 11 Aug 2022 23:53:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6ee9984f -fix typos
6ee9984f is described below

commit 6ee9984f7ef56af7a649ee4c4c78ade1ef0b99f8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 11 23:53:25 2022 +0200

    -fix typos
---
 src/exchange/taler-exchange-httpd_keys.c | 2 +-
 src/kyclogic/kyclogic.conf               | 2 +-
 src/kyclogic/kyclogic_api.c              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index 729e627e..a6ad9976 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -1723,7 +1723,7 @@ setup_general_response_headers (struct TEH_KeyStateHandle 
*ksh,
 
 
 /**
- * Function called with wallet balance threshholds.
+ * Function called with wallet balance thresholds.
  *
  * @param[in,out] cls a `json **` where to put the array of json amounts 
discovered
  * @param threshold another threshold amount to add
diff --git a/src/kyclogic/kyclogic.conf b/src/kyclogic/kyclogic.conf
index a66ce601..eca3b24c 100644
--- a/src/kyclogic/kyclogic.conf
+++ b/src/kyclogic/kyclogic.conf
@@ -7,7 +7,7 @@
 #OPERATION_TYPE = WITHDRAW
 # Which checks must be done. Give names used by providers.
 #REQUIRED_CHECKS = PHONE GOVID SSN
-# Treshold amount above which the checks are required.
+# Threshold amount above which the checks are required.
 #THRESHOLD = KUDOS:100
 # Timeframe over which amounts involved in the
 # operation type are accumulated to test against
diff --git a/src/kyclogic/kyclogic_api.c b/src/kyclogic/kyclogic_api.c
index 84b88f33..a7740478 100644
--- a/src/kyclogic/kyclogic_api.c
+++ b/src/kyclogic/kyclogic_api.c
@@ -867,7 +867,7 @@ eval_trigger (void *cls,
                           &kt->threshold))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                  "KYC check #%u: amount is below treshold\n",
+                  "KYC check #%u: amount is below threshold\n",
                   i);
       if (bump)
         ttc->start = i;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]