Fix a few words

This commit is contained in:
sta
2013-05-07 02:19:31 +09:00
parent 3ec3bf8fc9
commit 9a3c6632de
24 changed files with 108 additions and 108 deletions

View File

@@ -1,4 +1,4 @@
#region MIT License
#region License
/*
* WebSocketServer.cs
*
@@ -44,7 +44,7 @@ namespace WebSocketSharp.Server {
/// </remarks>
public class WebSocketServer : WebSocketServerBase
{
#region Field
#region Private Fields
private ServiceHostManager _svcHosts;
@@ -142,7 +142,7 @@ namespace WebSocketSharp.Server {
#endregion
#region Properties
#region Public Properties
/// <summary>
/// Gets the collection of paths associated with the every WebSocket services that the server provides.
@@ -179,7 +179,7 @@ namespace WebSocketSharp.Server {
#endregion
#region Private Method
#region Private Methods
private void init()
{
@@ -188,7 +188,7 @@ namespace WebSocketSharp.Server {
#endregion
#region Protected Method
#region Protected Methods
/// <summary>
/// Accepts a WebSocket connection request.