summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-12-13 20:55:15 +0100
committerDevan Carpenter <devan@taler.net>2023-12-13 15:37:42 -0500
commit18cb9a0b3c22d9dfd3fc0cf81a8e1dd0062fc4ae (patch)
tree96858c4a96f089e76e629e7cb5cca75d3a9e7b42 /src/backend
parentd618ade5bb37448ab931280340e84b468d13fe0e (diff)
downloadmerchant-18cb9a0b3c22d9dfd3fc0cf81a8e1dd0062fc4ae.tar.gz
merchant-18cb9a0b3c22d9dfd3fc0cf81a8e1dd0062fc4ae.tar.bz2
merchant-18cb9a0b3c22d9dfd3fc0cf81a8e1dd0062fc4ae.zip
-make code spell again
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c6
1 files changed, 3 insertions, 3 deletions
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)) )
{