From 9c43fcb039b1fe5f2e70f76df5ab266b6bf1f5f8 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 6 Feb 2015 17:33:03 +0900 Subject: [PATCH] Modified a bit for the description of HttpListenerContext.cs --- websocket-sharp/Net/HttpListenerContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index 3075b3f4..8cedc5e3 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -2,7 +2,7 @@ /* * HttpListenerContext.cs * - * This code is derived from System.Net.HttpListenerContext.cs of Mono + * This code is derived from HttpListenerContext.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License