Skip to content
Snippets Groups Projects
Unverified Commit 606edc90 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #575 from steveswinsburg/bugfix/fix_typo_in_socket_cpp

Fix typo in socket.cpp
parents ca2889da 9d3610b5
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ void tls_socket::print_error()
if(buf == nullptr)
{
if(jconf::inst()->TlsSecureAlgos())
pCallback->set_socket_error("Unknown TLS error. Secure TLS maybe unspported, try setting tls_secure_algo to false.");
pCallback->set_socket_error("Unknown TLS error. Secure TLS maybe unsupported, try setting tls_secure_algo to false.");
else
pCallback->set_socket_error("Unknown TLS error.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment