summaryrefslogtreecommitdiff
path: root/src/util/age_restriction.c
diff options
context:
space:
mode:
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;