-typos
This commit is contained in:
parent
b15c8e527b
commit
a2c70ff0c8
@ -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
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user