Skip to content

Commit c6b07fd

Browse files
Fix a vs. an typo
1 parent 17f2ace commit c6b07fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netbase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ struct ProxyCredentials
291291
std::string password;
292292
};
293293

294-
/** Convert SOCKS5 reply to a an error message */
294+
/** Convert SOCKS5 reply to an error message */
295295
std::string Socks5ErrorString(uint8_t err)
296296
{
297297
switch(err) {

0 commit comments

Comments
 (0)