summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_refund.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_refund.c')
-rw-r--r--src/backend/taler-merchant-httpd_refund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_refund.c b/src/backend/taler-merchant-httpd_refund.c
index a7b1660d..8fa4c132 100644
--- a/src/backend/taler-merchant-httpd_refund.c
+++ b/src/backend/taler-merchant-httpd_refund.c
@@ -115,7 +115,7 @@ make_taler_refund_uri (struct MHD_Connection *connection,
if (NULL == host)
{
- /* Should never happen, at last the host header should be defined */
+ /* Should never happen, at least the host header should be defined */
GNUNET_break (0);
return NULL;
}