mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
fix a few typos in error messages
Reported by adrelanos
This commit is contained in:
@@ -511,7 +511,7 @@ bool ssl_options_t::handshake(
|
||||
// autodetect will reconnect without SSL - warn and keep connection encrypted
|
||||
if (support != ssl_support_t::e_ssl_support_autodetect)
|
||||
{
|
||||
MERROR("SSL certificate is not in the allowed list, connection droppped");
|
||||
MERROR("SSL certificate is not in the allowed list, connection dropped");
|
||||
return false;
|
||||
}
|
||||
MWARNING("SSL peer has not been verified");
|
||||
|
||||
Reference in New Issue
Block a user