aboutsummaryrefslogtreecommitdiff
path: root/src/util/age_restriction.c
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2023-12-05 12:44:25 +0100
committerChristian Blättler <blatc2@bfh.ch>2023-12-05 12:44:25 +0100
commitf99262923121d5c0e1b995e325d97830110f5ce5 (patch)
tree920eb143e689104eb9d4b9882910ae42296bcce1 /src/util/age_restriction.c
parent9b27ee9c8d7d2bda08c795d9ae60cd2523bd8ffe (diff)
parent4347393e44ca59e305514eeb0d11638c8c38f07d (diff)
downloadexchange-f99262923121d5c0e1b995e325d97830110f5ce5.tar.gz
exchange-f99262923121d5c0e1b995e325d97830110f5ce5.tar.bz2
exchange-f99262923121d5c0e1b995e325d97830110f5ce5.zip
Merge branch 'master' into feature/tokens
Diffstat (limited to 'src/util/age_restriction.c')
-rw-r--r--src/util/age_restriction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/age_restriction.c b/src/util/age_restriction.c
index f79c767a9..c2a7fc07c 100644
--- a/src/util/age_restriction.c
+++ b/src/util/age_restriction.c
@@ -681,7 +681,7 @@ TALER_age_restriction_from_secret (
/* Create as many private keys as allow with max_age and derive the
* corresponding public keys. The rest of the needed public keys are created
- * by scalar mulitplication with the TALER_age_commitment_base_public_key. */
+ * by scalar multiplication with the TALER_age_commitment_base_public_key. */
for (size_t i = 0; i < num_pub; i++)
{
enum GNUNET_GenericReturnValue ret;