diff options
Diffstat (limited to 'src/exchange')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_keys.c | 2 | ||||
| -rw-r--r-- | src/exchange/taler-exchange-httpd_metrics.h | 6 | ||||
| -rw-r--r-- | src/exchange/taler-exchange-httpd_refreshes_reveal.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c index 45bed1a1..6eadb0d7 100644 --- a/src/exchange/taler-exchange-httpd_keys.c +++ b/src/exchange/taler-exchange-httpd_keys.c @@ -2261,7 +2261,7 @@ finish_keys_response (struct TEH_KeyStateHandle *ksh) /* * Build up the running hash of all denominations in this group - * TODO: FIXME-oec: this is cipher and age_restriction dependend?! + * TODO: FIXME-oec: this is cipher and age_restriction dependent?! */ GNUNET_CRYPTO_hash_context_read (group->hash_context, &dk->h_denom_pub, diff --git a/src/exchange/taler-exchange-httpd_metrics.h b/src/exchange/taler-exchange-httpd_metrics.h index ff4c3f6c..5943ab86 100644 --- a/src/exchange/taler-exchange-httpd_metrics.h +++ b/src/exchange/taler-exchange-httpd_metrics.h @@ -101,17 +101,17 @@ extern unsigned long long TEH_METRICS_batch_withdraw_num_coins; extern unsigned long long TEH_METRICS_num_conflict[TEH_MT_REQUEST_COUNT]; /** - * Number of signatures created by the respecitve cipher. + * Number of signatures created by the respective cipher. */ extern unsigned long long TEH_METRICS_num_signatures[TEH_MT_SIGNATURE_COUNT]; /** - * Number of signatures verified by the respecitve cipher. + * Number of signatures verified by the respective cipher. */ extern unsigned long long TEH_METRICS_num_verifications[TEH_MT_SIGNATURE_COUNT]; /** - * Number of key exchnages done with the respective cipher. + * Number of key exchanges done with the respective cipher. */ extern unsigned long long TEH_METRICS_num_keyexchanges[TEH_MT_KEYX_COUNT]; diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.c b/src/exchange/taler-exchange-httpd_refreshes_reveal.c index 9fd9eac4..3b75576c 100644 --- a/src/exchange/taler-exchange-httpd_refreshes_reveal.c +++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.c @@ -111,7 +111,7 @@ struct RevealContext /** * Array of information about fresh coins being revealed. */ - /* FIXME: const would be nicer here, but we initalize + /* FIXME: const would be nicer here, but we initialize the 'alg_values' in the verification routine; suboptimal to be fixed... */ struct TALER_EXCHANGEDB_RefreshRevealedCoin *rrcs; |
