aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_metrics.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-25 21:50:32 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-25 21:50:32 +0200
commit3b9e9eed11333fcd4f6a9299d06274cba77a5434 (patch)
tree9321ecd859a7cd0d1df8bb93662efc9bd08a057c /src/exchange/taler-exchange-httpd_metrics.h
parent76ad5baec7109416e292f3c49c3606abeb3815b6 (diff)
-fix typos
Diffstat (limited to 'src/exchange/taler-exchange-httpd_metrics.h')
-rw-r--r--src/exchange/taler-exchange-httpd_metrics.h6
1 files changed, 3 insertions, 3 deletions
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];