Skip to content

Commit fffc327

Browse files
committed
[Modify] Polish it
1 parent 64f99d1 commit fffc327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket-sharp/Server/WebSocketServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ private static bool checkSslConfiguration (
766766
message = null;
767767

768768
if (configuration.ServerCertificate == null) {
769-
message = "There is no server certificate for secure connections.";
769+
message = "There is no server certificate for secure connection.";
770770
return false;
771771
}
772772

0 commit comments

Comments
 (0)