summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_wallet_post_order_refund.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 16:13:31 +0200
committerMS <ms@taler.net>2020-10-15 16:13:31 +0200
commitda11b4b50f32adb12200fa69cbfa3ddcc072a357 (patch)
tree4d5335e940c6ef377c7ebcb97e6820a0f77da337 /src/lib/merchant_api_wallet_post_order_refund.c
parent377cfaf23f88bd5597be5be2a3c3e4e49975cc47 (diff)
downloadmerchant-da11b4b50f32adb12200fa69cbfa3ddcc072a357.tar.gz
merchant-da11b4b50f32adb12200fa69cbfa3ddcc072a357.tar.bz2
merchant-da11b4b50f32adb12200fa69cbfa3ddcc072a357.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_wallet_post_order_refund.c')
-rw-r--r--src/lib/merchant_api_wallet_post_order_refund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_wallet_post_order_refund.c b/src/lib/merchant_api_wallet_post_order_refund.c
index 311a577a..4f83ad4c 100644
--- a/src/lib/merchant_api_wallet_post_order_refund.c
+++ b/src/lib/merchant_api_wallet_post_order_refund.c
@@ -72,7 +72,7 @@ struct TALER_MERCHANT_WalletOrderRefundHandle
* Convenience function to call the callback in @a owgh with an error code of
* @a ec and the exchange body being set to @a reply.
*
- * @param owgh handle providing callback
+ * @param orh handle providing callback
* @param ec error code to return to application
* @param reply JSON reply we got from the exchange, can be NULL
*/