[Modify] Polish it

This commit is contained in:
sta 2017-05-27 15:35:26 +09:00
parent 1a463448e4
commit ff679bd6e5

View File

@ -791,7 +791,7 @@ namespace WebSocketSharp.Server
}
if (configuration.ServerCertificate == null) {
message = "There is no server certificate.";
message = "There is no certificate in the configuration.";
return false;
}