Fixed typo

This commit is contained in:
Travis Nickles 2018-12-05 17:57:01 -06:00
parent 38faadfcd2
commit 397814c244

View File

@ -187,7 +187,7 @@ namespace DS4Windows
_udpServer = new UdpServer(GetPadDetailForIdx);
if (openPort)
{
// Change thread affinity to object has normal priority
// Change thread affinity of object to have normal priority
Task.Run(() =>
{
var UDP_SERVER_PORT = Global.getUDPServerPortNum();