summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 17:45:51 +0200
committerMS <ms@taler.net>2020-10-20 17:45:51 +0200
commitca347c3182afcc934fec2856fff77e788e97e832 (patch)
treef4dd6ce6741d55dcdc2478aab65d364e952b68ab /src/include/taler_merchant_service.h
parent47269a5c4478c0108359363e24af4b98dc674403 (diff)
downloadmerchant-ca347c3182afcc934fec2856fff77e788e97e832.tar.gz
merchant-ca347c3182afcc934fec2856fff77e788e97e832.tar.bz2
merchant-ca347c3182afcc934fec2856fff77e788e97e832.zip
typo
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 9b199151..d16822a2 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -45,7 +45,7 @@ struct TALER_MERCHANT_HttpResponse
/**
* The complete JSON reply from the exchange, if we generated an error in
* response to an exchange error. Usually set if @e http_status is
- * #MHD_HTTP_FAILED_DEPENDENDCY or #MHD_HTTP_SERVICE_UNAVAILABLE. NULL if we
+ * #MHD_HTTP_FAILED_DEPENDENCY or #MHD_HTTP_SERVICE_UNAVAILABLE. NULL if we
* failed to obtain a JSON reply from the exchange or if we did not receive
* an error from the exchange.
*/
@@ -61,7 +61,7 @@ struct TALER_MERCHANT_HttpResponse
/**
* The error hint from the exchange, if we generated an error in
* response to an exchange error. Usually set if @e http_status is
- * #MHD_HTTP_FAILED_DEPENDENDCY or #MHD_HTTP_SERVICE_UNAVAILABLE. NULL if we
+ * #MHD_HTTP_FAILED_DEPENDENCY or #MHD_HTTP_SERVICE_UNAVAILABLE. NULL if we
* failed to obtain a hint from the exchange or if we did not receive
* an error from the exchange.
*/
@@ -78,7 +78,7 @@ struct TALER_MERCHANT_HttpResponse
/**
* The HTTP status code from the exchange, if we generated an error in
* response to an exchange error. Usually set if @e http_status is
- * #MHD_HTTP_FAILED_DEPENDENDCY or #MHD_HTTP_SERVICE_UNAVAILABLE. 0 if we
+ * #MHD_HTTP_FAILED_DEPENDENCY or #MHD_HTTP_SERVICE_UNAVAILABLE. 0 if we
* failed to obtain a JSON reply from the exchange or if we did not receive
* an error from the exchange.
*/
@@ -96,7 +96,7 @@ struct TALER_MERCHANT_HttpResponse
/**
* The error code from the reply from the exchange, if we generated an error in
* response to an exchange error. Usually set if @e http_status is
- * #MHD_HTTP_FAILED_DEPENDENDCY or #MHD_HTTP_SERVICE_UNAVAILABLE. NULL if we
+ * #MHD_HTTP_FAILED_DEPENDENCY or #MHD_HTTP_SERVICE_UNAVAILABLE. NULL if we
* failed to obtain a error code from the exchange or if we did not receive
* an error from the exchange.
*/