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:53:24 +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 a2c70ff0 -typos
a2c70ff0 is described below

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

    -typos
---
 src/exchange/taler-exchange-httpd_config.h | 2 +-
 src/include/taler_crypto_lib.h             | 2 +-
 src/include/taler_exchangedb_plugin.h      | 4 ++--
 src/util/crypto_confirmation.c             | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_config.h 
b/src/exchange/taler-exchange-httpd_config.h
index e7e6a0a2..7763cdeb 100644
--- a/src/exchange/taler-exchange-httpd_config.h
+++ b/src/exchange/taler-exchange-httpd_config.h
@@ -48,7 +48,7 @@
  * Manages a /config call.
  *
  * @param rc context of the handler
- * @param[in,out] args remaining arguments (ingored)
+ * @param[in,out] args remaining arguments (ignored)
  * @return MHD result code
  */
 MHD_RESULT
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 5aa22b53..2f58e9cd 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -5946,7 +5946,7 @@ GNUNET_CRYPTO_EcdsaPublicKey
 TALER_age_commitment_base_public_key;
 
 /**
- * @brief Similiar to TALER_age_restriction_commit, but takes the coin's
+ * @brief Similar to TALER_age_restriction_commit, but takes the coin's
  * private key as seed input and calculates the public keys in the slots larger
  * than the given age as derived from TALER_age_commitment_base_public_key.
  *
diff --git a/src/include/taler_exchangedb_plugin.h 
b/src/include/taler_exchangedb_plugin.h
index e05ddeed..962bccaa 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1053,7 +1053,7 @@ struct TALER_EXCHANGEDB_CollectableBlindcoin
 
 /**
  * @brief Information we keep for an age-withdraw commitment
- * to reproduce the /age-withdraw operation if neede, and to have proof
+ * to reproduce the /age-withdraw operation if needed, and to have proof
  * that a reserve was drained by this amount.
  */
 struct TALER_EXCHANGEDB_AgeWithdrawCommitment
@@ -1097,7 +1097,7 @@ struct TALER_EXCHANGEDB_AgeWithdrawCommitment
   struct TALER_ExchangeSignatureP sig;
 
   /**
-   * Timestamp of the request beeing made
+   * Timestamp of the request being made
    */
   struct GNUNET_TIME_Timestamp timestamp;
 };
diff --git a/src/util/crypto_confirmation.c b/src/util/crypto_confirmation.c
index 6e5881e1..14075d43 100644
--- a/src/util/crypto_confirmation.c
+++ b/src/util/crypto_confirmation.c
@@ -217,7 +217,7 @@ TALER_build_pos_confirmation (const char *pos_key,
 {
   size_t pos_key_length = strlen (pos_key);
   void *key; /* pos_key in binary */
-  size_t key_len; /* lengh of the key */
+  size_t key_len; /* length of the key */
   char *ret;
   int dret;
 

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