diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index c76f212e..9f45f84b 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -582,12 +582,12 @@ namespace WebSocketSharp.Server
///
///
///
- /// You should set this property to true if you would
- /// like to resolve to wait for socket in TIME_WAIT state.
+ /// You should set this property to true if you would like to
+ /// resolve to wait for socket in TIME_WAIT state.
///
///
- /// The set operation does nothing if the server has already
- /// started or it is shutting down.
+ /// The set operation does nothing if the server has already started
+ /// or it is shutting down.
///
///
///