summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index 30d84751..6e9d8793 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -456,7 +456,7 @@ struct TMH_RequestHandler
/**
* Required authentication scope for this request. NONE implies that
- * #TMH_AS_ALL is required unless this is a #MHD_HTTP_GET method, in which
+ * #TMH_AS_ALL is required unless this is a #MHD_HTTP_METHOD_GET method, in which
* case #TMH_AS_READ_ONLY is sufficient.
*/
enum TMH_AuthScope auth_scope;