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.
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``
~~~~~~~~~~~