From 382efaac6e4ad5b0322a9be780b40efc7127129a Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 3 Feb 2015 15:56:38 +0900 Subject: [PATCH] Modified a bit for the description of HttpListener.cs --- websocket-sharp/Net/HttpListener.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListener.cs b/websocket-sharp/Net/HttpListener.cs index 1e9225c4..e209b105 100644 --- a/websocket-sharp/Net/HttpListener.cs +++ b/websocket-sharp/Net/HttpListener.cs @@ -2,7 +2,7 @@ /* * HttpListener.cs * - * This code is derived from System.Net.HttpListener.cs of Mono + * This code is derived from HttpListener.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License