fix typos

This commit is contained in:
Brenton Bostick 2022-12-01 09:24:33 -05:00
parent 85c0322313
commit 5b5f9a069a
6 changed files with 7 additions and 7 deletions

View file

@ -194,7 +194,7 @@ public:
*/
inline unsigned int preferenceRank() const
{
// This causes us to rank paths in order of IP scope rank (see InetAdddress.hpp) but
// This causes us to rank paths in order of IP scope rank (see InetAddress.hpp) but
// within each IP scope class to prefer IPv6 over IPv4.
return ( ((unsigned int)_ipScope << 1) | (unsigned int)(_addr.ss_family == AF_INET6) );
}