util/statsd.lua
changeset 12391 05c250fa335a
parent 12128 7d985e5bc1fb
child 12979 d10957394a3c
--- a/util/statsd.lua	Sun Mar 06 15:13:50 2022 +0100
+++ b/util/statsd.lua	Mon Mar 07 00:13:56 2022 +0100
@@ -85,7 +85,7 @@
 histogram_metric_mt.__index = histogram_metric_mt
 
 local function new_histogram_metric(buckets, full_name, impl)
-	-- NOTE: even though the more or less proprietrary dogstatsd has its own
+	-- NOTE: even though the more or less proprietary dogstatsd has Its own
 	-- histogram implementation, we push the individual buckets in this statsd
 	-- backend for both consistency and compatibility across statsd
 	-- implementations.