diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 |
commit | 487237381dc81c16878b2e3faaac37777b6dd7bf (patch) | |
tree | 542b1b8ed111ebba37c50febd07f24c2afbdeeb0 /src/include/taler_exchangedb_plugin.h | |
parent | b0811dd868f24010329cf294a0fd2d28a0cfeae6 (diff) |
fix misc doxygen issues
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 6c640baec..5daa9d2f8 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2093,7 +2093,7 @@ struct TALER_EXCHANGEDB_Plugin * @param h_blind_ev blinded envelope, as calculated by the exchange * @param amount total amount to be paid back * @param receiver_account_details who should receive the funds - * @parma h_blind_ev hash of the blinded coin's envelope (must match reserves_out entry) + * @param h_blind_ev hash of the blinded coin's envelope (must match reserves_out entry) * @param now timestamp to store * @return #GNUNET_OK on success, * #GNUNET_SYSERR on DB errors |