diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/exchange_api_purse_create_with_deposit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_purse_create_with_deposit.c b/src/lib/exchange_api_purse_create_with_deposit.c index ce0221aa..a2618d63 100644 --- a/src/lib/exchange_api_purse_create_with_deposit.c +++ b/src/lib/exchange_api_purse_create_with_deposit.c @@ -303,7 +303,7 @@ handle_purse_create_deposit_finished (void *cls, TALER_amount_cmp (&left, &deposit->contribution)) { - /* Balance was sufficient after all; recoup MAY have still been possible */ + /* Balance was sufficient after all; operation MAY have still been possible */ GNUNET_break_op (0); continue; } |