From 8cfc6d6a2e81281b26d9f68cc515150aa2382f11 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 28 Nov 2023 12:13:38 +0900 Subject: fix spelling issues --- src/util/age_restriction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') 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; -- cgit v1.2.3