]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Correct getQueries() config reference
authorLucas Rolff <lucas@lucasrolff.com>
Thu, 26 Jun 2025 20:45:28 +0000 (22:45 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 20:45:28 +0000 (22:45 +0200)
Replaced `droppped` with `total` in the rst.

Signed-off-by: Lucas Rolff <lucas@lucasrolff.com>
pdns/dnsdistdist/docs/reference/config.rst

index 4dba6116aef658a78a70201f011e3c9a463ab675..7cf3de1228453f43d28d93b296b0eb40fe65247b 100644 (file)
@@ -835,7 +835,7 @@ A server object returned by :func:`getServer` can be manipulated with these func
 
     Get the number of total queries for this server.
 
-    :returns: The number of dropped queries
+    :returns: The number of total queries
 
   .. method:: Server:getHealthCheckMode() -> str