From bcc92b81af81735e4afc9fb60812bb6eee7e9f1e Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 7 Apr 2014 20:58:38 +0900 Subject: [PATCH] Fix a few for HttpListenerException.cs --- websocket-sharp/Net/HttpListenerException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerException.cs b/websocket-sharp/Net/HttpListenerException.cs index 263e3c0c..0861c892 100644 --- a/websocket-sharp/Net/HttpListenerException.cs +++ b/websocket-sharp/Net/HttpListenerException.cs @@ -60,7 +60,7 @@ namespace WebSocketSharp.Net /// A that contains the serialized object data. /// /// - /// A that represents the source for the deserialization. + /// A that specifies the source for the deserialization. /// protected HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext)