aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-31 21:08:50 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-31 21:08:50 +0200
commiteb494d2cafb6dff07f86dacf6859928c6d3398b3 (patch)
tree3b1e8065f54fa052e44dd71b2fa3e66b2173e72b /src/include/taler_merchant_service.h
parent18e85ac0a004115e7a4663e9934bed577b44c2ee (diff)
downloadmerchant-eb494d2cafb6dff07f86dacf6859928c6d3398b3.tar.gz
merchant-eb494d2cafb6dff07f86dacf6859928c6d3398b3.tar.bz2
merchant-eb494d2cafb6dff07f86dacf6859928c6d3398b3.zip
typos
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 0e36b981..1bb60164 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -985,7 +985,7 @@ typedef void
* @param ctx execution context
* @param backend_url base URL of the merchant backend
* @param order_id order id to identify the payment
- * @parem session_id sesion id for the payment (or NULL if the payment is not bound to a session)
+ * @param session_id sesion id for the payment (or NULL if the payment is not bound to a session)
* @param timeout timeout to use in long polling (how long may the server wait to reply
* before generating an unpaid response). Note that this is just provided to
* the server, we as client will block until the response comes back or until
@@ -1124,7 +1124,7 @@ typedef void
* @param backend_url base URL of the merchant backend
* @param order_id order id to identify the payment
* @param h_contract hash of the contract for @a order_id
- * @parem session_id sesion id for the payment (or NULL if the payment is not bound to a session)
+ * @param session_id sesion id for the payment (or NULL if the payment is not bound to a session)
* @param timeout timeout to use in long polling (how long may the server wait to reply
* before generating an unpaid response). Note that this is just provided to
* the server, we as client will block until the response comes back or until