@ -281,7 +281,7 @@ namespace WebSocketSharp
internal static string CheckIfValidControlData (this byte[] data, string paramName)
{
return data.Length > 125
? String.Format ("'{0}' is greater than the allowable max size.", paramName)
? String.Format ("'{0}' has greater than the allowable max size.", paramName)
: null;
}