diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 3ef92cfc..a2efef02 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -1294,7 +1294,7 @@ namespace WebSocketSharp.Server
}
///
- /// Starts receiving the WebSocket handshake requests.
+ /// Starts receiving incoming handshake requests.
///
///
/// This method does nothing if the server has already
@@ -1308,7 +1308,7 @@ namespace WebSocketSharp.Server
/// -or-
///
///
- /// There is no server certificate.
+ /// There is no certificate in the configuration.
///
///
///