aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-05-19 15:56:30 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-05-19 15:59:26 +0000
commit72cdfa4a204cb6da2fd47abf7454845a6892f644 (patch)
tree673d65884ab4776f8aa875e1c3a3517afa25f83d /contrib/epee
parentMerge pull request #6510 (diff)
downloadmonero-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.cpp2
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");