gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix typo


From: gnunet
Subject: [taler-merchant] branch master updated: -fix typo
Date: Sun, 01 Aug 2021 22:57:09 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

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

commit c7581b1d2ecfe7823fbf3f08803f5d40c4a83f85
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 1 22:57:07 2021 +0200

    -fix typo
---
 src/backend/taler-merchant-httpd_private-get-transfers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-transfers.c 
b/src/backend/taler-merchant-httpd_private-get-transfers.c
index 82ff2882..c1d243f7 100644
--- a/src/backend/taler-merchant-httpd_private-get-transfers.c
+++ b/src/backend/taler-merchant-httpd_private-get-transfers.c
@@ -75,7 +75,7 @@ transfer_cb (void *cls,
       GNUNET_JSON_pack_time_abs (
         "execution_time",
         GNUNET_TIME_absolute_is_never (execution_time)
-        ? GNUNET_TIME_UNIT_ZERO_ABS /* => field ommitted */
+        ? GNUNET_TIME_UNIT_ZERO_ABS /* => field omitted */
         : execution_time) ));
   GNUNET_assert (0 ==
                  json_array_append_new (ja,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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