mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
Fix a vs. an typo
This commit is contained in:
parent
17f2acedbe
commit
c6b07fddcf
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ struct ProxyCredentials
|
||||||
std::string password;
|
std::string password;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Convert SOCKS5 reply to a an error message */
|
/** Convert SOCKS5 reply to an error message */
|
||||||
std::string Socks5ErrorString(uint8_t err)
|
std::string Socks5ErrorString(uint8_t err)
|
||||||
{
|
{
|
||||||
switch(err) {
|
switch(err) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue