[Modify] Polish it

This commit is contained in:
sta 2016-09-14 15:29:16 +09:00
parent 536fb2faaa
commit e41048bcdc

View File

@ -914,7 +914,7 @@ namespace WebSocketSharp
}
if (!_client && !masked) {
message = "A frame from a client isn't masked.";
message = "A frame from a client is not masked.";
return false;
}