diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-07-19 03:40:19 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-07-19 03:40:19 -0700 |
commit | 9871fefbf93fa12556bd80c355f6da9c028e4b69 (patch) | |
tree | f245c6308d326b04e0a7f4845fe0069ff6b78589 /contrib | |
parent | Merge pull request #6557 (diff) | |
parent | fix a few typos in error messages (diff) | |
download | monero-9871fefbf93fa12556bd80c355f6da9c028e4b69.tar.xz |
Merge pull request #6565
72cdfa4a2 fix a few typos in error messages (moneromooo-monero)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/epee/src/net_ssl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/src/net_ssl.cpp b/contrib/epee/src/net_ssl.cpp index 2cf9ea2b6..a09e82771 100644 --- a/contrib/epee/src/net_ssl.cpp +++ b/contrib/epee/src/net_ssl.cpp @@ -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"); |