summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-21 11:52:24 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-21 11:52:24 +0200
commitb9508adc7526e2777939fd59036f1715f64c4dc5 (patch)
tree59825d304c3402b2119ec4e59b3ac69b6094ea2d /src/include/taler_merchant_service.h
parent92c4a63f1da86d419277a1a3da89ea1edd6ff90b (diff)
downloadmerchant-b9508adc7526e2777939fd59036f1715f64c4dc5.tar.gz
merchant-b9508adc7526e2777939fd59036f1715f64c4dc5.tar.bz2
merchant-b9508adc7526e2777939fd59036f1715f64c4dc5.zip
fix explicit link issues from doxygen
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index cd678597..7c757c71 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -110,7 +110,7 @@ struct TALER_MERCHANT_HttpResponse
* error details and setup the corresponding @a hr structure. Internally
* used to convert merchant's responses in to @a hr.
*
- * @param response if NULL we will report #TALER_EC_INVALIDD_RESPONSE in `ec`
+ * @param response if NULL we will report #TALER_EC_INVALID_RESPONSE in `ec`
* @param http_status http status to use
* @param[out] hr response object to initialize, fields will
* only be valid as long as @a response is valid as well