resolve_hostname() in /src/condor_includes/ipv6_hostname.h takes a hostname ({quote: MyString} or const char *), and returns a std::vector<condor_sockaddr>.
-Note that _all_ off the returned condor_sockaddrs are correct! To be properly behaved, you should try them, in order, until you find one that works, or you run out of options.
+Note that _all_ of the returned condor_sockaddrs are correct! To be properly behaved, you should try them, in order, until you find one that works, or you run out of options.
{subsubsection:sinful string to condor_sockaddr}