gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: comment typo


From: gnunet
Subject: [taler-merchant] branch master updated: comment typo
Date: Fri, 01 Nov 2019 17:41:30 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new cdc85dd  comment typo
cdc85dd is described below

commit cdc85dd9f8f84f22daf882c7d5152ccfc04a2d2c
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 1 17:41:27 2019 +0100

    comment typo
---
 src/backend/taler-merchant-httpd_check-payment.c | 3 +--
 src/backend/taler-merchant-httpd_refund.c        | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_check-payment.c 
b/src/backend/taler-merchant-httpd_check-payment.c
index 02a5120..74b8c5c 100644
--- a/src/backend/taler-merchant-httpd_check-payment.c
+++ b/src/backend/taler-merchant-httpd_check-payment.c
@@ -60,7 +60,6 @@ make_taler_pay_uri (struct MHD_Connection *connection,
   const char *query;
   char *result;
 
-
   host = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "Host");
   forwarded_host = MHD_lookup_connection_value (connection, MHD_HEADER_KIND,
                                                 "X-Forwarded-Host");
@@ -80,7 +79,7 @@ make_taler_pay_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;
   }
diff --git a/src/backend/taler-merchant-httpd_refund.c 
b/src/backend/taler-merchant-httpd_refund.c
index a7b1660..8fa4c13 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;
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]