util/openmetrics.lua
changeset 12391 05c250fa335a
parent 11933 85d51bfcf56b
child 12538 3caff1f93520
--- 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