Co-authored-by: Bradley Reynolds <bradley.reynolds@darbia.dev>
IPv6. The server side will listen to the first address family available (it
should listen to both instead). On most of IPv6-ready systems, IPv6 will take
precedence and the server may not accept IPv4 traffic. The client side will try
-to connect to the all addresses returned as a result of the name resolution, and
+to connect to all the addresses returned as a result of the name resolution, and
sends traffic to the first one connected successfully. ::
# Echo server program