diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-05-19 15:56:30 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-05-19 15:59:26 +0000 |
commit | 72cdfa4a204cb6da2fd47abf7454845a6892f644 (patch) | |
tree | 673d65884ab4776f8aa875e1c3a3517afa25f83d /contrib/epee | |
parent | Merge pull request #6510 (diff) | |
download | monero-72cdfa4a204cb6da2fd47abf7454845a6892f644.tar.xz |
fix a few typos in error messages
Reported by adrelanos
Diffstat (limited to 'contrib/epee')
-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"); |