mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Fix a vs. an typo
This commit is contained in:
parent
17f2acedbe
commit
c6b07fddcf
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user