mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
PARTIAL: typofixes (found by misspell_fixer)
Upstream: 9f68ed6b6d (PR #6539)
This commit is contained in:
parent
21c406eda0
commit
45bfa137ef
16 changed files with 18 additions and 18 deletions
|
|
@ -346,7 +346,7 @@ static bool Socks5(const std::string& strDest, int port, const ProxyCredentials
|
|||
}
|
||||
if (pchRetA[0] != 0x01 || pchRetA[1] != 0x00) {
|
||||
CloseSocket(hSocket);
|
||||
return error("Proxy authentication unsuccesful");
|
||||
return error("Proxy authentication unsuccessful");
|
||||
}
|
||||
} else if (pchRet1[1] == 0x00) {
|
||||
// Perform no authentication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue