Software /
code /
prosody
Diff
util/statsd.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 | 12124:7d985e5bc1fb |
child | 12975:d10957394a3c |
line wrap: on
line diff
--- 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.