diff --git a/websocket-sharp/Net/HttpListenerException.cs b/websocket-sharp/Net/HttpListenerException.cs index 7168717a..58484de9 100644 --- a/websocket-sharp/Net/HttpListenerException.cs +++ b/websocket-sharp/Net/HttpListenerException.cs @@ -44,8 +44,8 @@ using System.Runtime.Serialization; namespace WebSocketSharp.Net { /// - /// The exception that is thrown when a instance - /// gets an error processing an HTTP request. + /// The exception that is thrown when an error occurres processing + /// an HTTP request. /// [Serializable] public class HttpListenerException : Win32Exception