]> granicus.if.org Git - pdns/commitdiff
Update serverselection.rst
authorWoet <me@woet.me>
Thu, 6 Sep 2018 12:14:52 +0000 (20:14 +0800)
committerGitHub <noreply@github.com>
Thu, 6 Sep 2018 12:14:52 +0000 (20:14 +0800)
Small spelling mistakes

pdns/dnsdistdist/docs/guides/serverselection.rst

index 06687053170cbb3a6021da0f0c49b709ef60df77..b457b5e34d35ac646d7cbde90be5ebcc6503a77c 100644 (file)
@@ -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``
 ~~~~~~~~~~~