From 7b62174d0073ee758fb5fcf8e21ff35cfc766c83 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Jun 2022 21:50:32 +0200 Subject: -fix typos --- src/util/tv_age_restriction.c | 4 ++-- src/util/wallet_signatures.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/util') diff --git a/src/util/tv_age_restriction.c b/src/util/tv_age_restriction.c index 0c9ef7739..a2b0a7451 100644 --- a/src/util/tv_age_restriction.c +++ b/src/util/tv_age_restriction.c @@ -162,7 +162,7 @@ generate ( sizeof(seed)); json_object_set (j_top, - "commited_age", + "committed_age", json_integer (age)); ret = TALER_age_restriction_commit (mask, @@ -214,7 +214,7 @@ generate ( "not required: age group is 0"); else if (min_group > age_group) j_reason = json_string ( - "not applicable: commited age too small"); + "not applicable: committed age too small"); else j_reason = GNUNET_JSON_PACK ( GNUNET_JSON_pack_data_auto (NULL, &at)); diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c index 41e272eb0..df6d48b9b 100644 --- a/src/util/wallet_signatures.c +++ b/src/util/wallet_signatures.c @@ -640,7 +640,7 @@ struct TALER_ReserveHistoryRequestPS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * When did the wallet make the requst. + * When did the wallet make the request. */ struct GNUNET_TIME_TimestampNBO request_timestamp; @@ -708,7 +708,7 @@ struct TALER_ReserveStatusRequestPS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * When did the wallet make the requst. + * When did the wallet make the request. */ struct GNUNET_TIME_TimestampNBO request_timestamp; -- cgit v1.2.3