From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:24:44 +0000 (-0500) Subject: spelling: aggregation X-Git-Tag: rec-5.4.0-alpha1~61^2~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154e9786a1794041f7ad1dfeb9f75616f3469216;p=thirdparty%2Fpdns.git spelling: aggregation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/tcounters.hh b/pdns/tcounters.hh index 733e1df425..e23c97576d 100644 --- a/pdns/tcounters.hh +++ b/pdns/tcounters.hh @@ -54,7 +54,7 @@ namespace pdns // time has passed since the last snap update. // To fetch aggregate values, call globals.sum(counter1) or -// globals.avg(counter2), or any aggreggation function. If multiple +// globals.avg(counter2), or any aggregation function. If multiple // counters need to be collected in a consistent way: // auto data = globals.aggregatedSnap(); //