diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-14 14:47:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-14 14:47:32 +0200 |
commit | 76700397732ad70408c5069caa78ea18b4f74ad6 (patch) | |
tree | 338c31641f0a2fba1eedc038602a1c999c9a5929 /src/include | |
parent | 5ebc3b0e5b5fda1bcdb3b01c44d2f2a7055b155a (diff) |
-fix comment
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_fakebank_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h index 864345f3b..6571b1847 100644 --- a/src/include/taler_fakebank_lib.h +++ b/src/include/taler_fakebank_lib.h @@ -105,7 +105,7 @@ TALER_FAKEBANK_check_empty (struct TALER_FAKEBANK_Handle *h); * @param h bank instance * @param want_amount transfer amount desired * @param want_debit account that should have been debited - * @param want_debit account that should have been credited + * @param want_credit account that should have been credited * @param exchange_base_url expected base URL of the exchange, * i.e. "https://example.com/"; may include a port * @param[out] wtid set to the wire transfer identifier |