Browse Source

Fix a vs. an typo

0.16
practicalswift 7 years ago
parent
commit
c6b07fddcf
  1. 2
      src/netbase.cpp

2
src/netbase.cpp

@ -291,7 +291,7 @@ struct ProxyCredentials @@ -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…
Cancel
Save