gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -typos


From: gnunet
Subject: [taler-exchange] branch master updated: -typos
Date: Mon, 13 Mar 2023 08:49:46 +0100

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

oec pushed a commit to branch master
in repository exchange.

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

commit b15c8e527b2ecb3458e91824d49d4935dbe55200
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Mar 13 08:49:38 2023 +0100

    -typos
---
 src/exchange/taler-exchange-httpd_age-withdraw_reveal.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c 
b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
index feb16af3..7cf09eaf 100644
--- a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
+++ b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
@@ -415,7 +415,7 @@ denomination_is_valid (
  * @param len The lengths of the array @a denoms_h
  * @param denoms_h array of hashes of denomination public keys
  * @param[out] dks On success, will be filled with the denomination keys.  
Caller must deallocate.
- * @param amount_with_fee The commited amount including fees
+ * @param amount_with_fee The committed amount including fees
  * @param[out] total_sum On success, will contain the total sum of all 
denominations
  * @param[out] total_fee On success, will contain the total sum of all fees
  * @param[out] result In the error cases, a response will be queued with MHD 
and this will be the result.
@@ -491,7 +491,7 @@ are_denominations_valid (
     }
   }
 
-  /* Compare the commited amount against the totals */
+  /* Compare the committed amount against the totals */
   {
     struct TALER_Amount sum;
     TALER_amount_set_zero (TEH_currency, &sum);
@@ -790,7 +790,7 @@ TEH_handler_age_withdraw_reveal (
       break;
 
     /* Verify the computed h_commitment equals the committed one and that
-     * coins have a maximum age group corresponding max_age (age-mask 
dependend) */
+     * coins have a maximum age group corresponding max_age (age-mask 
dependent) */
     if (GNUNET_OK != verify_commitment_and_max_age (
           rc->connection,
           &actx.commitment.h_commitment,

-- 
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]