[Modify] Polish it

This commit is contained in:
sta 2017-02-14 15:59:54 +09:00
parent bd84fda5b5
commit 7e6d943a6e

View File

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