[Modify] Polish it

This commit is contained in:
sta 2018-08-10 21:25:37 +09:00
parent 64f99d1842
commit fffc3277a2

View File

@ -766,7 +766,7 @@ namespace WebSocketSharp.Server
message = null;
if (configuration.ServerCertificate == null) {
message = "There is no server certificate for secure connections.";
message = "There is no server certificate for secure connection.";
return false;
}