0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Fix a vs. an typo

This commit is contained in:
practicalswift 2017-10-09 10:37:40 +02:00
parent 17f2acedbe
commit c6b07fddcf

View file

@ -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) {