mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
spell check with codespell
This commit is contained in:
@@ -1217,7 +1217,7 @@ static DWORD WINAPI test_peer_mainloop(LPVOID arg)
|
||||
if (WTSVirtualChannelManagerCheckFileDescriptor(context->vcm) != TRUE)
|
||||
break;
|
||||
|
||||
/* Handle dynamic virtual channel intializations */
|
||||
/* Handle dynamic virtual channel initializations */
|
||||
if (WTSVirtualChannelManagerIsChannelJoined(context->vcm, DRDYNVC_SVC_CHANNEL_NAME))
|
||||
{
|
||||
switch (WTSVirtualChannelManagerGetDrdynvcState(context->vcm))
|
||||
|
||||
Reference in New Issue
Block a user