From 3c3afe53ddfe1e65dc2b49f89e24e3a60e019297 Mon Sep 17 00:00:00 2001 From: Woet Date: Thu, 6 Sep 2018 20:14:52 +0800 Subject: [PATCH] Update serverselection.rst Small spelling mistakes --- pdns/dnsdistdist/docs/guides/serverselection.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/guides/serverselection.rst b/pdns/dnsdistdist/docs/guides/serverselection.rst index 066870531..b457b5e34 100644 --- a/pdns/dnsdistdist/docs/guides/serverselection.rst +++ b/pdns/dnsdistdist/docs/guides/serverselection.rst @@ -1,7 +1,7 @@ Loadbalancing and Server Policies ================================= -:program:`dnsdist` selects the server (if there are multiple eligable) to send queries to based on the configured policy. +:program:`dnsdist` selects the server (if there are multiple eligible) to send queries to based on the configured policy. Only servers that are marked as 'up', either forced so by the administrator or as the result of the last health check, might be selected. @@ -31,7 +31,7 @@ For now this is the only policy using the QPS limit. A further policy, ``wrandom`` assigns queries randomly, but based on the weight parameter passed to :func:`newServer`. For example, if two servers are available, the first one with a weight of 2 and the second one with a weight of 1 (the default), the -first one should get two thirds of the incoming queries and the second one the remaining third. +first one should get two-thirds of the incoming queries and the second one the remaining third. ``whashed`` ~~~~~~~~~~~ -- 2.49.0