summaryrefslogtreecommitdiff
path: root/src/auditor-lib/auditor_api_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor-lib/auditor_api_handle.h')
-rw-r--r--src/auditor-lib/auditor_api_handle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor-lib/auditor_api_handle.h b/src/auditor-lib/auditor_api_handle.h
index 6d7f4cf81..c3c73f5c3 100644
--- a/src/auditor-lib/auditor_api_handle.h
+++ b/src/auditor-lib/auditor_api_handle.h
@@ -48,7 +48,7 @@ MAH_handle_is_ready (struct TALER_AUDITOR_Handle *h);
* Obtain the URL to use for an API request.
*
* @param h the auditor handle to query
- * @param path Taler API path (i.e. "/reserve/withdraw")
+ * @param path Taler API path (i.e. "/deposit-confirmation")
* @return the full URL to use with cURL
*/
char *
@@ -60,7 +60,7 @@ MAH_path_to_url (struct TALER_AUDITOR_Handle *h,
* Obtain the URL to use for an API request.
*
* @param base_url base URL of the auditor (i.e. "http://auditor/")
- * @param path Taler API path (i.e. "/reserve/withdraw")
+ * @param path Taler API path (i.e. "/deposit-confirmation")
* @return the full URL to use with cURL
*/
char *