Skip to content
Snippets Groups Projects
Commit 9d3610b5 authored by Steve Swinsburg's avatar Steve Swinsburg
Browse files

Fix typo in socket.cpp

parent 31a07841
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