Skip to content

Commit

Permalink
Merge pull request #575 from steveswinsburg/bugfix/fix_typo_in_socket…
Browse files Browse the repository at this point in the history
…_cpp

Fix typo in socket.cpp
  • Loading branch information
fireice-uk authored Dec 16, 2017
2 parents ca2889d + 9d3610b commit 606edc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmrstak/net/socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
Expand Down

0 comments on commit 606edc9

Please sign in to comment.