From 6ee9984f7ef56af7a649ee4c4c78ade1ef0b99f8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 11 Aug 2022 23:53:25 +0200 Subject: -fix typos --- src/kyclogic/kyclogic.conf | 2 +- src/kyclogic/kyclogic_api.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kyclogic') 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; -- cgit v1.2.3