From: Josh Soref Date: Thu, 11 Mar 2021 03:31:53 +0000 (-0500) Subject: spelling: currently X-Git-Tag: rec-4.5.0-beta1~30^2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2fc6723fd589326a11c291dbbcf6faa5e3a9d78f;p=thirdparty%2Fpdns.git spelling: currently Signed-off-by: Josh Soref --- diff --git a/pdns/recursordist/RECURSOR-MIB.txt b/pdns/recursordist/RECURSOR-MIB.txt index 666da877d4..955f729ff5 100644 --- a/pdns/recursordist/RECURSOR-MIB.txt +++ b/pdns/recursordist/RECURSOR-MIB.txt @@ -895,7 +895,7 @@ taskQueueSize OBJECT-TYPE MAX-ACCESS read-only STATUS current DESCRIPTION - "Number of tasks currenlty in the taskqueues" + "Number of tasks currently in the taskqueues" ::= { stats 107 } aggressiveNSECCacheEntries OBJECT-TYPE diff --git a/pdns/ws-recursor.cc b/pdns/ws-recursor.cc index bc6662e57f..2ed46e5c5e 100644 --- a/pdns/ws-recursor.cc +++ b/pdns/ws-recursor.cc @@ -1026,7 +1026,7 @@ const std::map MetricDefinitionStorage::metrics = { "taskqueue-size", MetricDefinition(PrometheusMetricType::gauge, - "number of tasks currenlty in the taskqueue")}, + "number of tasks currently in the taskqueue")}, };