summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-11 21:05:51 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-11 21:05:51 +0100
commit2b6b8852b7786d92e823e9cb0b5f963792114d29 (patch)
tree2df925f2457456bee394372ce14cc0b39df5a2c4
parent1596c55105af6e5c35188931d926916fecdf5d44 (diff)
downloadsync-master.tar.gz
sync-master.tar.bz2
sync-master.zip
fix codespellHEADmaster
-rw-r--r--src/sync/sync-httpd_backup_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/sync-httpd_backup_post.c b/src/sync/sync-httpd_backup_post.c
index fcf5ae4..f4bb2da 100644
--- 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,
<,