diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-05-26 09:42:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-05-26 09:42:45 +0200 |
commit | fe72adf6667908615b56668bedde7635a6df3885 (patch) | |
tree | f0fe4610f06469da902c67232ef4e8360f0d60ee | |
parent | 58939d55e95f1e336b4a8be2581b3e576b0ce3e9 (diff) |
-fix doxygen
-rw-r--r-- | src/exchange/taler-exchange-httpd_keys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h index be9548fec..2a74304e9 100644 --- a/src/exchange/taler-exchange-httpd_keys.h +++ b/src/exchange/taler-exchange-httpd_keys.h @@ -148,7 +148,7 @@ TEH_keys_denomination_by_hash (const struct GNUNET_HashCode *h_denom_pub, * * @param ksh key state state to look in * @param h_denom_pub hash of denomination public key - * @param[in,out] connection used to return status message if NULL is returned + * @param[in,out] conn connection used to return status message if NULL is returned * @param[out] mret set to the MHD status if NULL is returned * @return the denomination key issue, * or NULL if @a h_denom_pub could not be found |