From a8429f7567bf8d0e7956ee7a5ebb1fdacc8e4ddd Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 28 Feb 2015 16:37:39 +0900 Subject: [PATCH] Modified a bit for the description of HttpListenerPrefix.cs --- websocket-sharp/Net/HttpListenerPrefix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerPrefix.cs b/websocket-sharp/Net/HttpListenerPrefix.cs index 6582aba4..137492ce 100644 --- a/websocket-sharp/Net/HttpListenerPrefix.cs +++ b/websocket-sharp/Net/HttpListenerPrefix.cs @@ -2,7 +2,7 @@ /* * HttpListenerPrefix.cs * - * This code is derived from System.Net.ListenerPrefix.cs of Mono + * This code is derived from ListenerPrefix.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License