aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-11-12 18:20:40 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-12 18:20:40 +0100
commitbe286139dfaa99caa7c1859a62bada8e4a0e060f (patch)
tree80bac5036327251cfe8db532a16ac68cc99c8e5e
parent1fa05639288928cfdb3fa245a0156c425a1edb6d (diff)
fix typo
-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: