From ca7a0c1ef2ab4231b24dcbb7807d21e5729706c5 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 11 Mar 2015 17:05:55 +0900 Subject: [PATCH] Modified a bit for the description of HttpListenerResponse.cs --- websocket-sharp/Net/HttpListenerResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 289f5fcd..21e01666 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -2,7 +2,7 @@ /* * HttpListenerResponse.cs * - * This code is derived from System.Net.HttpListenerResponse.cs of Mono + * This code is derived from HttpListenerResponse.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License