[Modify] Polish it

This commit is contained in:
sta 2017-05-23 15:13:24 +09:00
parent 393e54b9b8
commit a427f26aa3

View File

@ -192,7 +192,7 @@ namespace WebSocketSharp.Server
}
if (!addr.IsLocal ()) {
msg = "The IP address is not a local IP address.";
msg = "The IP address of the host is not a local IP address.";
throw new ArgumentException (msg, "url");
}