commit e919d68d0275803a8eb8cb6d11b89937e92e44ea
parent 61c025d1f7f049862d5a132128007654acb4a96e
Author: Florian Dold <florian@dold.me>
Date: Thu, 4 Feb 2021 16:42:41 +0100
fix header name in error message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -1687,7 +1687,7 @@ url_handler (void *cls,
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_UNAUTHORIZED,
TALER_EC_MERCHANT_GENERIC_UNAUTHORIZED,
- "Check 'Authentication' header");
+ "Check 'Authorization' header");
}
}