From: Woet Date: Thu, 6 Sep 2018 12:14:52 +0000 (+0800) Subject: Update serverselection.rst X-Git-Tag: dnsdist-1.3.3~113^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c3afe53ddfe1e65dc2b49f89e24e3a60e019297;p=pdns Update serverselection.rst Small spelling mistakes --- 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`` ~~~~~~~~~~~