mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
Fix a vs. an typo
This commit is contained in:
@ -291,7 +291,7 @@ struct ProxyCredentials
|
||||
std::string password;
|
||||
};
|
||||
|
||||
/** Convert SOCKS5 reply to a an error message */
|
||||
/** Convert SOCKS5 reply to an error message */
|
||||
std::string Socks5ErrorString(uint8_t err)
|
||||
{
|
||||
switch(err) {
|
||||
|
Reference in New Issue
Block a user