Merge pull request #6565

72cdfa4a2 fix a few typos in error messages (moneromooo-monero)
This commit is contained in:
Alexander Blair 2020-07-19 03:40:19 -07:00
commit 9871fefbf9
No known key found for this signature in database
GPG key ID: C64552D877C32479
3 changed files with 6 additions and 6 deletions

View file

@ -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");