diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index 5a11c100..429f2230 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -656,7 +656,7 @@ namespace WebSocketSharp.Server
/// if not needed.
///
///
- /// That delegate invokes the method called for finding
+ /// The delegate invokes the method called for finding
/// the credentials used to authenticate a client.
///
///