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
/*
* Rsv.cs
*
@@ -33,6 +33,6 @@ namespace WebSocketSharp {
internal enum Rsv : byte
{
OFF = 0x0,
ON = 0x1
ON = 0x1
}
}