summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-11 23:53:25 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-11 23:53:25 +0200
commit6ee9984f7ef56af7a649ee4c4c78ade1ef0b99f8 (patch)
tree6ffcdb9e7bcf013d319f46299e9fe921b4c8d1f8
parent66307ecc032f3d947a9166350ec188dcbba32b2a (diff)
downloadexchange-6ee9984f7ef56af7a649ee4c4c78ade1ef0b99f8.tar.gz
exchange-6ee9984f7ef56af7a649ee4c4c78ade1ef0b99f8.tar.bz2
exchange-6ee9984f7ef56af7a649ee4c4c78ade1ef0b99f8.zip
-fix typos
-rw-r--r--src/exchange/taler-exchange-httpd_keys.c2
-rw-r--r--src/kyclogic/kyclogic.conf2
-rw-r--r--src/kyclogic/kyclogic_api.c2
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 729e627e5..a6ad9976d 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 a66ce601c..eca3b24c2 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 84b88f339..a77404784 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;