Diff

util/openmetrics.lua @ 12387:05c250fa335a

Spelling: Fix various spelling mistakes (thanks timeless) Words, sometimes I wonder how they even work Maybe I missed something.
author Kim Alvefur <zash@zash.se>
date Mon, 07 Mar 2022 00:13:56 +0100
parent 11929:85d51bfcf56b
child 12534:3caff1f93520
line wrap: on
line diff
--- a/util/openmetrics.lua	Sun Mar 06 15:13:50 2022 +0100
+++ b/util/openmetrics.lua	Mon Mar 07 00:13:56 2022 +0100
@@ -10,7 +10,7 @@
 - Histogram
 - Summary
 
-It is used by util.statsd and util.statistics to provite the OpenMetrics API.
+It is used by util.statsd and util.statistics to provide the OpenMetrics API.
 
 To understand what this module is about, it is useful to familiarize oneself
 with the terms MetricFamily, Metric, LabelSet, Label and MetricPoint as