commit 2b6b8852b7786d92e823e9cb0b5f963792114d29
parent 1596c55105af6e5c35188931d926916fecdf5d44
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 11 Mar 2024 21:05:51 +0100
fix codespell
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sync/sync-httpd_backup_post.c b/src/sync/sync-httpd_backup_post.c
@@ -380,7 +380,7 @@ ongoing_payment_cb (void *cls,
(void) amount;
if (0 != TALER_amount_cmp (amount,
&SH_annual_fee))
- return; /* can't re-use, fees changed */
+ return; /* can't reuse, fees changed */
if ( (NULL == bc->existing_order_id) ||
(GNUNET_TIME_timestamp_cmp (bc->existing_order_timestamp,
<,