From 18cb9a0b3c22d9dfd3fc0cf81a8e1dd0062fc4ae Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 13 Dec 2023 20:55:15 +0100 Subject: -make code spell again --- src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend') diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c index d269402b..8a338e7d 100644 --- a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c +++ b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c @@ -39,13 +39,13 @@ * How long should clients cache a KYC failure response? */ #define EXPIRATION_KYC_FAILURE GNUNET_TIME_relative_multiply ( \ - GNUNET_TIME_UNIT_MINUTES, 5) + GNUNET_TIME_UNIT_MINUTES, 5) /** * How long should clients cache a KYC success response? */ #define EXPIRATION_KYC_SUCCESS GNUNET_TIME_relative_multiply ( \ - GNUNET_TIME_UNIT_HOURS, 1) + GNUNET_TIME_UNIT_HOURS, 1) /** @@ -447,7 +447,7 @@ ekr_finished (struct ExchangeKycRequest *ekr) if (NULL != kc->exchange_pending_head) return; /* wait for more */ /* All exchange requests done, create final - big response from cummulated replies */ + big response from cumulated replies */ if ( (0 == json_array_size (kc->pending_kycs)) && (0 == json_array_size (kc->timeout_kycs)) ) { -- cgit v1.2.3