From 3404fda463cdb905772a4757001e5113d3f74f29 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 31 Mar 2020 20:57:11 +0200 Subject: typos --- src/lib/exchange_api_handle.c | 2 +- src/lib/exchange_api_refreshes_reveal.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index 67df86bdb..cb02f68e0 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -783,7 +783,7 @@ denoms_cmp (struct TALER_EXCHANGE_DenomPublicKey *denom1, denom1->key.rsa_public_key = NULL; denom2->key.rsa_public_key = NULL; - /* Then procede with the rest of the object. */ + /* Then proceed with the rest of the object. */ ret = GNUNET_memcmp (denom1, denom2); denom1->revoked = r1; diff --git a/src/lib/exchange_api_refreshes_reveal.c b/src/lib/exchange_api_refreshes_reveal.c index 5d186cd32..f07dc9047 100644 --- a/src/lib/exchange_api_refreshes_reveal.c +++ b/src/lib/exchange_api_refreshes_reveal.c @@ -95,7 +95,7 @@ struct TALER_EXCHANGE_RefreshesRevealHandle * * @param rrh operation handle * @param json reply from the exchange - * @param[out] sigs array of length `num_fresh_coins`, initialized to cointain RSA signatures + * @param[out] sigs array of length `num_fresh_coins`, initialized to contain RSA signatures * @return #GNUNET_OK on success, #GNUNET_SYSERR on errors */ static int @@ -248,7 +248,7 @@ handle_refresh_reveal_finished (void *cls, ec = TALER_JSON_get_error_code (j); break; case MHD_HTTP_CONFLICT: - /* Nothing really to verify, exchange says our reveal is inconsitent + /* Nothing really to verify, exchange says our reveal is inconsistent with our commitment, so either side is buggy; we should pass the JSON reply to the application */ ec = TALER_JSON_get_error_code (j); -- cgit v1.2.3