Windows: fix another typo in code comment (hopefully last one!)

This commit is contained in:
Mounir IDRASSI 2019-09-27 18:22:17 +02:00
parent d8ac0f7ec7
commit 7d88577c61
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ static std::vector<HostDevice> rawHostDeviceList;
/* Critical section used to ensure that only one thread at a time can create a secure desktop */
CRITICAL_SECTION csSecureDesktop;
/* Boolean that indicates if our Secure Desktop is active and being used of not */
/* Boolean that indicates if our Secure Desktop is active and being used or not */
BOOL bSecureDesktopOngoing = FALSE;
HINSTANCE hInst = NULL;