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 21c406eda0
commit 45bfa137ef
16 changed files with 18 additions and 18 deletions

View file

@ -673,7 +673,7 @@ void StartRPCThreads()
vEndpoints.push_back(ip::tcp::endpoint(boost::asio::ip::address_v6::any(), defaultPort));
vEndpoints.push_back(ip::tcp::endpoint(boost::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;
}