]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: currently
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:31:53 +0000 (22:31 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:44 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/recursordist/RECURSOR-MIB.txt
pdns/ws-recursor.cc

index 666da877d46128563f040dfcd100ea51a29aec71..955f729ff5341168b0ba452b8349b9d261e98d99 100644 (file)
@@ -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
index bc6662e57fe1f472348d44eb592ac18aaff39cb4..2ed46e5c5e02a1b81a74cab380381aec3c3f15e3 100644 (file)
@@ -1026,7 +1026,7 @@ const std::map<std::string, MetricDefinition> MetricDefinitionStorage::metrics =
 
   { "taskqueue-size",
     MetricDefinition(PrometheusMetricType::gauge,
-                     "number of tasks currenlty in the taskqueue")},
+                     "number of tasks currently in the taskqueue")},
 
 };