PARTIAL: typofixes (found by misspell_fixer)

Upstream: 9f68ed6b6d (PR #6539)
This commit is contained in:
Veres Lajos 2015-08-09 00:17:27 +01:00 committed by Luke Dashjr
parent 2ede6b7142
commit ceba0f8c7e
10 changed files with 12 additions and 12 deletions

View file

@ -644,7 +644,7 @@ void StartRPCThreads()
vEndpoints.push_back(ip::tcp::endpoint(asio::ip::address_v6::any(), defaultPort));
vEndpoints.push_back(ip::tcp::endpoint(asio::ip::address_v4::any(), defaultPort));
// Prefer making the socket dual IPv6/IPv4 instead of binding
// to both addresses seperately.
// to both addresses separately.
bBindAny = true;
}