aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exchange-tools/taler-exchange-kyc-trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-kyc-trigger.c b/src/exchange-tools/taler-exchange-kyc-trigger.c
index db3455c43..eab732894 100644
--- a/src/exchange-tools/taler-exchange-kyc-trigger.c
+++ b/src/exchange-tools/taler-exchange-kyc-trigger.c
@@ -94,7 +94,7 @@ kyc_wallet_cb (
{
case MHD_HTTP_OK:
fprintf (stdout,
- "OK, next treshold at %s\n",
+ "OK, next threshold at %s\n",
TALER_amount2s (&ks->details.ok.next_threshold));
break;
case MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS: